Ansible role to manage Sudoers
9b1db346a4
Remove validation, users can do that. Fix a bug with sudo. Change-Id: Ibc1e24a40810de9e2ebbee13b768b80daa02a61f Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
defaults | ||
doc/source | ||
meta | ||
tasks | ||
tests | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
ansible-role-sudoers
Ansible role to manage Sudoers
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-sudoers.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-sudoers
- Bugs: https://bugs.launchpad.net/ansible-role-sudoers
Description
The sudoers policy plugin determines a user's sudo privileges.
Requirements
Packages
Package repository index files should be up to date before using this role, we do not manage them.
Role Variables
Dependencies
Example Playbook
- name: Install sudoers
hosts: www
roles:
- ansible-role-sudoers