2023-05-11 21:32:48 +00:00
|
|
|
---
|
|
|
|
# meta file for provision_ansible_user
|
2023-05-08 19:44:01 +00:00
|
|
|
galaxy_info:
|
2023-05-11 21:32:48 +00:00
|
|
|
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
|
|
|
|
galaxy_tags:
|
|
|
|
- 'ubuntu'
|
|
|
|
- 'debian'
|
|
|
|
- 'management'
|
|
|
|
- 'user'
|
|
|
|
- 'provisioning'
|
2023-05-08 19:44:01 +00:00
|
|
|
|
|
|
|
dependencies: []
|