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