-
Notifications
You must be signed in to change notification settings - Fork 14
Description
First of all: thanks for your work.
I did all my practice on other tools online but I found your repository so this can give me more practice.
A few questions / stuff :
Task 6:
"All users should be members of a supplementary group wheel." I would have used "groups" instead of "group" as here we are kind of overriding the default group of the created users. I don't think that "After running the playbook, users should be able to SSH into their respective servers without passwords." is covered in the solution. If it is so, I'd like a precision so I can understand :)
Task 7:
'*' is the default value for minutes, hours, etc. So I would have used special_time instead of "hours" entry and if so I think that we missed "minutes: 0" in the answer
Task 9: Just a little indent problem in the question around point 9 to 10
Task 10: I think that there is an old reference here, we did not setup a webserver on task 9
Task 11: I think we are missing this in the solution :
vars:
selinux_booleans:
- {name: 'httpd_can_network_connect', state: 'on' }
Task 12: indent problem in the solution for when entry
Task14: typo