FIX: all data from /data is moved to inventory/

This commit is contained in:
2026-07-06 11:34:52 +00:00
parent e90920f276
commit 3eab68bf0d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# ---> Ansible # ---> Ansible
*.retry *.retry
data/secret/ inventory/group_vars/all/secret/
+2 -2
View File
@@ -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