From 766d60ffb638336877a492b1e06dac29d01afce5 Mon Sep 17 00:00:00 2001 From: tomoto Date: Wed, 13 Jun 2018 14:26:09 +0200 Subject: [PATCH] Add run scripts --- runpb.sh | 4 ++++ simulatepb.sh | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 runpb.sh create mode 100755 simulatepb.sh 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