FIX: vars_files removed from inventory hosts file. User is not added to its own group (it happens automatically). Vault password file argument added to run_playbook.sh

This commit is contained in:
2026-07-05 16:11:06 +00:00
parent 6a7952e571
commit 45d134003f
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
ansible-playbook -i inventory/deploy/hosts.yaml playbooks/deploy.yaml --private-key ~/.ssh/ansible_key
ansible-playbook -i inventory/deploy/hosts.yaml playbooks/deploy.yaml --private-key ~/.ssh/ansible_key --vault-password-file .vault_pass