Ansible role to create drop-in files for sudoers.d
Go to file
Markus Pesch db475e68d0
continuous-integration/drone/push Build is passing Details
Initial Commit
2022-05-10 13:40:31 +02:00
defaults Initial Commit 2022-05-10 13:40:31 +02:00
meta Initial Commit 2022-05-10 13:40:31 +02:00
tasks Initial Commit 2022-05-10 13:40:31 +02:00
vars Initial Commit 2022-05-10 13:40:31 +02:00
.ansible-lint Initial Commit 2022-05-10 13:40:31 +02:00
.drone.yml Initial Commit 2022-05-10 13:40:31 +02:00
.editorconfig Initial Commit 2022-05-10 13:40:31 +02:00
.markdownlint.yaml Initial Commit 2022-05-10 13:40:31 +02:00
LICENSE Initial Commit 2022-05-10 13:40:31 +02:00
README.md Initial Commit 2022-05-10 13:40:31 +02:00
renovate.json Initial Commit 2022-05-10 13:40:31 +02:00

README.md

sudo_users

Build Status Ansible Role

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.