feat(role): Initial commit

This commit is contained in:
2022-07-23 19:32:17 +02:00
parent 2f103b0e3c
commit f1019b253b
2 changed files with 101 additions and 1 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 ''{{ vault_base_path }}'''