ansible-role-unix-users/meta/main.yml

25 lines
419 B
YAML
Raw Normal View History

2022-05-09 08:17:07 +00:00
galaxy_info:
2024-03-27 11:42:35 +00:00
role_name: "unix-users"
author: "Markus Pesch"
description: "Role to create and configure unix users and groups"
company: "Cryptic Systems"
license: "MIT"
2022-05-09 08:17:07 +00:00
min_ansible_version: "2.9"
platforms:
- name: ArchLinux
versions:
- all
- name: Ubuntu
versions:
- all
- name: Fedora
versions:
- "35"
2024-03-27 11:42:35 +00:00
galaxy_tags:
- system
- user
- unix
- linux
2022-05-09 08:17:07 +00:00
dependencies: []