forked from infra/ansible
Add run scripts
This commit is contained in:
parent
2417bf1302
commit
766d60ffb6
4
runpb.sh
Executable file
4
runpb.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
export ANSIBLE_NOCOWS=1
|
||||
test -e ./ansible.log && rm ./ansible.log
|
||||
ansible-playbook site.yml --diff
|
4
simulatepb.sh
Executable file
4
simulatepb.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
export ANSIBLE_NOCOWS=1
|
||||
test -e ./ansible.log && rm ./ansible.log
|
||||
ansible-playbook site.yml --check --diff
|
Loading…
Reference in New Issue
Block a user