Markus Pesch 215922676d
Some checks are pending
Ansible Linter / ansible-lint (push) Waiting to run
Lint Markdown files / markdown-lint (push) Waiting to run
feat(act-runner): init
2025-04-14 22:31:39 +02:00

26 lines
447 B
YAML

galaxy_info:
namespace: volker_raschek
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:
- system
- user
- unix
- linux
dependencies: []