Ansible role to create drop-in files for sudoers.d
Markus Pesch
51bf2a08cf
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
defaults | ||
meta | ||
tasks | ||
vars | ||
.ansible-lint | ||
.drone.yml | ||
.editorconfig | ||
.markdownlint.yaml | ||
LICENSE | ||
README.md | ||
renovate.json |
sudo_users
With following role can be created sudoers files in /etc/sudoers.d
. For
example to grant a user special perimssions to execute a program as root.
Supported distributions
- Arch Linux
- Debian
- Fedora
- RHEL
- Ubuntu 20.04
Features
- Installing sudo
- Configuring drop-on files in
/etc/sudoers.d
Configuring
In the default directory are examples how to configure the network stack. Copy the
defaults into your host_vars
or group_vars
and adapt the examples.