provision_management_user/meta/main.yml
Bertrand Lanson ee0ec67961
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 26s
test / Molecule tests (default, debian12) (push) Successful in 26s
test / Molecule tests (default, ubuntu2004) (push) Successful in 27s
test / Molecule tests (default, ubuntu2204) (push) Successful in 26s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 29s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 28s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 30s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 30s
feat(core): change namespace
2024-02-05 22:51:23 +01:00

27 lines
551 B
YAML

---
# meta file for provision_ansible_user
galaxy_info:
namespace: "ednz_cloud"
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: []