diff --git a/runpb.sh b/runpb.sh new file mode 100755 index 0000000..dd201b7 --- /dev/null +++ b/runpb.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export ANSIBLE_NOCOWS=1 +test -e ./ansible.log && rm ./ansible.log +ansible-playbook site.yml --diff diff --git a/simulatepb.sh b/simulatepb.sh new file mode 100755 index 0000000..f0fbc93 --- /dev/null +++ b/simulatepb.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export ANSIBLE_NOCOWS=1 +test -e ./ansible.log && rm ./ansible.log +ansible-playbook site.yml --check --diff