https://github.com/danylevskyi/ansible-role-sudoers
Ansible Role - Sudoers
https://github.com/danylevskyi/ansible-role-sudoers
ansible ansible-role role server sudo sudoers
Last synced: about 2 months ago
JSON representation
Ansible Role - Sudoers
- Host: GitHub
- URL: https://github.com/danylevskyi/ansible-role-sudoers
- Owner: danylevskyi
- License: mit
- Created: 2017-04-29T11:55:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T18:10:42.000Z (about 9 years ago)
- Last Synced: 2025-02-01T19:44:51.892Z (over 1 year ago)
- Topics: ansible, ansible-role, role, server, sudo, sudoers
- Homepage: https://galaxy.ansible.com/danylevskyi/sudoers/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Sudoers
[](https://travis-ci.org/danylevskyi/ansible-role-sudoers)
Add specified users to passwordless sudo group.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
sudoers_users: []
A list of users who will be added to passwordless sudo group.
## Dependencies
None.
## Example Playbook
- hosts: servers
vars:
sudoers_users:
- example_user
roles:
- { role: danylevskyi.sudoers }
## TODO
- Add tests.
## License
BSD / MIT
## Author Information
This role was created in 2017 by [Dmytro Danylevskyi](http://dmytro.danylevskyi.com/).