feat(role): Initial commit

This commit is contained in:
2022-07-23 22:50:50 +02:00
parent e3a180dc95
commit dc9b87ba88
4 changed files with 50 additions and 0 deletions

14
meta/main.yml Normal file
View File

@@ -0,0 +1,14 @@
galaxy_info:
author: 'hygienic-books'
description: 'An Ansible role to change an operating system''s local user password'
issue_tracker_url: 'https://quico.space/quico-ansible/role_common_local-os-password/issues'
license: 'MIT'
min_ansible_version: '2.12.6'
platforms:
- name: 'EL'
versions:
- '7'
- '8'
galaxy_tags:
- 'password'
dependencies: []

2
meta/requirements.yml Normal file
View File

@@ -0,0 +1,2 @@
- src: 'https://quico.space/quico-ansible/role_include_vault-check.git'
version: 'master'