feat(role): Initial commit
This commit is contained in:
14
meta/main.yml
Normal file
14
meta/main.yml
Normal 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
2
meta/requirements.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- src: 'https://quico.space/quico-ansible/role_include_vault-check.git'
|
||||
version: 'master'
|
Reference in New Issue
Block a user