mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
list admin with possible logins
This commit is contained in:
parent
7ecd875b98
commit
9241533602
@ -93,8 +93,8 @@ is run from another AWS instance, the private IP should be used.
|
||||
|
||||
AWS instances may not allow remote access to the root user by default. Instead,
|
||||
another user must be used to run the deploy script using sudo. Some common
|
||||
usernames include ec2-user (for Amazon Linux), ubuntu (for Ubuntu instances)
|
||||
and bitnami (for images provided by Bitnami).
|
||||
usernames include ec2-user (for Amazon Linux), ubuntu (for Ubuntu instances),
|
||||
admin (official Debian) and bitnami (for images provided by Bitnami).
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
@ -110,6 +110,7 @@ file:
|
||||
AWS.ssh_username:
|
||||
- ec2-user
|
||||
- ubuntu
|
||||
- admin
|
||||
- bitnami
|
||||
|
||||
Multiple security groups can also be specified in the same fashion:
|
||||
|
Loading…
Reference in New Issue
Block a user