Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mihsta/ansible_lab into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stamiorg-me committed Oct 12, 2021
2 parents 3dd1dcd + 5384c7d commit 5b8ea70
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions task02/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
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.
- 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.
You do not need to change the password for the already created accounts.

0 comments on commit 5b8ea70

Please sign in to comment.