ansible-role-root/README.md
Markus Pesch 08cd2799ce
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 14s
Ansible Linter / ansible-lint (push) Successful in 1m5s
Initial COmmit
2025-04-28 11:28:52 +02:00

25 lines
607 B
Markdown

# sudo_users
[![Ansible Role](https://img.shields.io/ansible/role/d/58433)](https://galaxy.ansible.com/volker_raschek/root)
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.