Create accounts on Amazon linux using ansible
-
Configure the user names and other properties inside
users.yml
. -
Change the connection information in
inventory
so that ansible can connect to the machine to create users. -
Run
./run.sh
to create the users.
Encrypt passwords in users.yml
with ansible vault.