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
+2 -2
View File
@@ -1,4 +1,4 @@
#!/bin/sh
ansible-playbook -i inventory/hosts.yaml playbooks/deploy.yaml \
--private-key data/secret/ansible_key \
--vault-password-file data/secret/.vault_pass
--private-key inventory/group_vars/all/secret/ansible_key \
--vault-password-file inventory/group_vars/all/secret/.vault_pass