SHA256
1
0

Fix inventory clashes

This commit is contained in:
2025-12-05 00:12:03 -05:00
parent 765f598313
commit d1469a9e0a
4 changed files with 4 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# ansible-playbook -i inventories/remote-hosts.yml playbooks/deploy.yml -l workstation --ask-become-pass
# ansible-playbook -i inventories/hosts playbook.yml -l testing-remote --ask-vault-pass --ask-become-pass --check --diff
ansible-playbook -i inventories/remotehosts playbook.yml -l testing --ask-vault-pass --ask-become-pass --diff "$@"
ansible-playbook -i inventories/hosts playbook.yml -l testing-remote --ask-vault-pass --ask-become-pass --diff "$@"