Add run scripts

This commit is contained in:
Tom 2018-06-13 14:26:09 +02:00
parent 2417bf1302
commit 766d60ffb6
2 changed files with 8 additions and 0 deletions

4
runpb.sh Executable file
View 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
View File

@ -0,0 +1,4 @@
#!/bin/bash
export ANSIBLE_NOCOWS=1
test -e ./ansible.log && rm ./ansible.log
ansible-playbook site.yml --check --diff