OULibraries / ansible-role-centos7

Base CentOS7 role for OULib.
MIT License
0 stars 1 forks source link

passwordless sudo for wheel #6

Closed jsnshrmn closed 8 years ago

jsnshrmn commented 8 years ago

Dropping passwords makes automating a number of tasks significantly easier, and will prevent us from feeling more secure than we are. It is very easy to accidentally leak weakly crypted passwords.

Motivation and Context

https://github.com/OULibraries/ansible-role-centos7/issues/5

How Has This Been Tested?

struggling with testing because of an ansible issue similar to this: https://github.com/ansible/ansible/pull/10358