Ansible role to create drop-in files for sudoers.d
Go to file
Markus Pesch 5625ad8747
fix(meta): adapt role_name
2024-03-27 12:43:23 +01:00
defaults fix: specify further sudoes settings 2023-02-16 15:12:03 +01:00
meta fix(meta): adapt role_name 2024-03-27 12:43:23 +01:00
tasks fix: remove obsolete tags 2023-08-22 20:28:23 +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.