6 lines
242 B
Bash
Executable File
6 lines
242 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# ansible-playbook -i inventories/remote-hosts.yml playbooks/deploy.yml -l workstation --ask-become-pass
|
|
|
|
ansible-playbook -i inventories/remotehosts playbook.yml -l testing --ask-vault-pass --ask-become-pass --diff "$@"
|