feat(role): Change local account password

This commit is contained in:
2022-06-12 01:54:03 +02:00
parent 2e551bdd7c
commit 511862e8d2
10 changed files with 79 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
- name: 'If a secret is missing fail progress'
failed_when: inc_fail_check not in inc_vault_data
loop_control:
loop_var: 'inc_fail_check'
loop: '{{ fail_check }}'
debug:
msg: 'Vault has {% if inc_fail_check not in inc_vault_data %}no {% endif %}secret ''{{ inc_fail_check }}'' at ''os/{{ reset_password_for_account }}/creds'''

View File

@@ -0,0 +1 @@
- import_tasks: '40-check-vault-var.yml'