Files
ansible-role-unix-users/meta/main.yml
Markus Pesch 7a757ee119
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 38s
Lint Markdown files / markdown-lint (push) Successful in 12s
fix(ansible-galaxy): adapt indentation
2025-08-06 16:10:36 +02:00

28 lines
482 B
YAML

dependencies: []
galaxy_info:
author: "Markus Pesch"
company: "Cryptic Systems"
description: "Role to create and configure unix users and groups"
galaxy_tags:
- system
- user
- unix
- linux
license: "MIT"
min_ansible_version: "2.9"
namespace: volker-raschek
platforms:
- name: ArchLinux
versions:
- all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
role_name: "unix_users"