Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihsta authored Oct 12, 2021
1 parent ab3d857 commit 5384c7d
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 5384c7d

Please sign in to comment.