move from svn to this git repo
This commit is contained in:
10
roles/awx/tasks/read_vault.yml
Normal file
10
roles/awx/tasks/read_vault.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- debug:
|
||||
msg: "Vault location: {{ playbook_dir }}/../vaults/{{ jh_inventory_name }}"
|
||||
|
||||
- name: include vault
|
||||
include_vars:
|
||||
dir: "{{ playbook_dir }}/../vaults/{{ jh_inventory_name }}"
|
||||
files_matching: vault.yml
|
||||
no_log: true
|
||||
...
|
||||
Reference in New Issue
Block a user