Skip to content

Task02 complete

Compare
Choose a tag to compare
@mihsta mihsta released this 12 Oct 15:58
· 89 commits to main since this release

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