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