Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mivok/ansible-sudo
Sudoers management role
https://github.com/mivok/ansible-sudo
Last synced: 24 days ago
JSON representation
Sudoers management role
- Host: GitHub
- URL: https://github.com/mivok/ansible-sudo
- Owner: mivok
- License: mit
- Created: 2013-12-21T19:40:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T14:45:25.000Z (almost 9 years ago)
- Last Synced: 2023-04-14T00:12:03.542Z (over 1 year ago)
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple sudo role
This role sets up a simple sudoers file. Each user has full sudo access, and a
global setting determines whether NOPASSWD is set or not.## Variables
* sudo_users - A list of users who have sudo access. Use '%foo' to specify
that users in a given group have sudo access.
* default: root, users in group wheel
* sudo_nopasswd - if set, NOPASSWD is added to all sudoers entries. Use this
when users don't have passwords set.
* default: true