provision_management_user/meta/main.yml
Bertrand Lanson a73d17a4e6
All checks were successful
test / Linting (push) Successful in 6s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, ubuntu2004) (push) Successful in 30s
test / Molecule tests (default, debian12) (push) Successful in 1m3s
test / Molecule tests (default, ubuntu2204) (push) Successful in 37s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 34s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 39s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 33s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 55s
added debian 12 support
2023-07-23 18:48:07 +02:00

27 lines
547 B
YAML

---
# meta file for provision_ansible_user
galaxy_info:
namespace: 'ednxzu'
role_name: 'provision_management_user'
author: 'Bertrand Lanson'
description: 'Deploy the management user on debian-based distros.'
license: 'license (BSD, MIT)'
min_ansible_version: '2.10'
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- 'ubuntu'
- 'debian'
- 'management'
- 'user'
- 'provisioning'
dependencies: []