2023-05-11 21:32:48 +00:00
|
|
|
---
|
|
|
|
# meta file for provision_ansible_user
|
2023-05-08 19:44:01 +00:00
|
|
|
galaxy_info:
|
2024-02-05 21:51:23 +00:00
|
|
|
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"
|
2023-05-11 21:32:48 +00:00
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- focal
|
|
|
|
- jammy
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- bullseye
|
2023-07-23 16:48:07 +00:00
|
|
|
- bookworm
|
2023-05-11 21:32:48 +00:00
|
|
|
galaxy_tags:
|
2024-02-05 21:51:23 +00:00
|
|
|
- "ubuntu"
|
|
|
|
- "debian"
|
|
|
|
- "management"
|
|
|
|
- "user"
|
|
|
|
- "provisioning"
|
2023-05-08 19:44:01 +00:00
|
|
|
|
|
|
|
dependencies: []
|