Lock S-foils in attack position

This commit is contained in:
2023-09-08 17:54:40 +03:00
parent 6c4f761551
commit 4fe0d41d14

View File

@@ -67,7 +67,7 @@ Example usage:
## Usage with Ansible 🤖 ## Usage with Ansible 🤖
If you have Ansible installed, you can use the hosts file generated by SecDep to run commands on all of the instances simultaneously. If you have Ansible installed, you can use the hosts file generated by SecDep to run commands on all of the instances simultaneously.
This file is located in the SecDep directory and is being updated every time you create or delete an instance. All instances have a secdep user created and you automatically have an ssh key to use for the connection so as long as you create all instances with or without the `--deploy` flag you can easily use Ansible. That is because this flag calls the hardening script which among the hardening steps changes the default ssh port. This file is located in the SecDep directory and is being updated every time you create or delete an instance. All instances have a secdep user created and you automatically have an ssh key to use for the connection so as long as you create all instances with or without the `--deploy` flag you can easily use Ansible. That is because this flag calls the hardening script which among the hardening steps changes the default ssh port. If you have Ansible playbooks you wish to run on fresh installations you should create the instances without the `--deploy` flag.
Example usage with ansible from the same directory as the hosts file: Example usage with ansible from the same directory as the hosts file: