Task02 complete
The task02 description:
Write a playbook that creates users Alice, Bob, Carol.
For each user, you must specify:
- name;
- email address in the comment ([email protected]);
- home folder;
- encrypted password.
The password must be an encrypted variable or from a separate encrypted file of your choice. Only encrypt the password, you don't need to encrypt anything else.
You do not need to change the password for the already created accounts.
how to use:
bash play.sh
Full Changelog: task01...task02