-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:mihsta/ansible_lab into main
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |