Initial Commit

This commit is contained in:
2022-05-09 10:17:07 +02:00
commit 35890645a6
16 changed files with 468 additions and 0 deletions

23
meta/main.yml Normal file
View File

@ -0,0 +1,23 @@
galaxy_info:
role_name: unix_users
author: Markus Pesch
description: Role to create and configure unix users and groups
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:
- unix_users
- unix_groups
dependencies: []