Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-10 13:40:31 +02:00
commit db475e68d0
13 changed files with 340 additions and 0 deletions

23
meta/main.yml Normal file
View File

@ -0,0 +1,23 @@
galaxy_info:
role_name: sudo_users
author: Markus Pesch
description: Role to configure sudoers on different distributions
company: Cryptic Systems
license: MIT
min_ansible_version: "2.9"
platforms:
- name: ArchLinux
versions:
- all
- name: Ubuntu
versions:
- all
- name: Fedora
versions:
- "35"
galaxy_tags:
- sudo
- sudoers
dependencies: []