FIX: secret is moved one level above
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
# ---> Ansible
|
||||
*.retry
|
||||
inventory/group_vars/all/secret/
|
||||
inventory/group_vars/secret/
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
ansible-playbook -i inventory/hosts.yaml playbooks/deploy.yaml \
|
||||
--private-key inventory/group_vars/all/secret/ansible_key \
|
||||
--vault-password-file inventory/group_vars/all/secret/.vault_pass
|
||||
--private-key inventory/group_vars/secret/ansible_key \
|
||||
--vault-password-file inventory/group_vars/secret/.vault_pass
|
||||
Reference in New Issue
Block a user