mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-23 09:37:07 +02:00
Add user flag.
This commit is contained in:
parent
20b245292c
commit
198c8c91cc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ declare -x AWS_SECRET_ACCESS_KEY="XXXXXXXXXXXXXXXxx"
|
|||
When the deploy proccess is done a new server will be placed in the local inventory file `inventory_users`. If you want to add or delete users, update the `users` list in `config.cfg` and run the playbook `users.yml`. This command will update users on any servers in the file `inventory_users`.
|
||||
|
||||
```
|
||||
ansible-playbook users.yml -i inventory_users
|
||||
ansible-playbook users.yml --user=root -i inventory_users
|
||||
```
|
||||
|
||||
Note: For EC2 users, Algo does NOT use EC2 dynamic inventory for user management. Please continue to use users.yml playbook as described below. This may be subject to change in the future.
|
||||
|
|
Loading…
Add table
Reference in a new issue