summaryrefslogtreecommitdiff
path: root/ansible/all.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-15 11:55:05 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-15 11:55:05 +0200
commitf209b59a3b757477e94d4fbb00a83292fd96a9e3 (patch)
tree962ebbfe5af9cb467078c9d68461e112146bf498 /ansible/all.sh
parenta13b5e995d82c2cd024b49ad31d5b8f7f13ec450 (diff)
downloadansibleness-f209b59a3b757477e94d4fbb00a83292fd96a9e3.tar.gz
all.sh: don't run Ansible on web
web is a local VM that doesn't talk to the Internet and gets recreated weekly anyway. Sponsored-by: author
Diffstat (limited to 'ansible/all.sh')
-rwxr-xr-xansible/all.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/all.sh b/ansible/all.sh
index 41f650f..96476ab 100755
--- a/ansible/all.sh
+++ b/ansible/all.sh
@@ -13,7 +13,7 @@ online() {
maybe_run_playbook() {
if newer "$1.yml" "$1.stamp" && online "$1"; then
echo "$1"
- chronic ./run-playbook "$1.yml"
+ ./run-playbook "$1.yml"
touch "$1.stamp"
else
echo "SKIPPING $1"
@@ -25,7 +25,6 @@ maybe_run_playbook exolobe1
maybe_run_playbook exolobe2
maybe_run_playbook stamina
maybe_run_playbook holywood2
-maybe_run_playbook web
maybe_run_playbook atuin.liw.fi
maybe_run_playbook mirror-git
maybe_run_playbook git.liw.fi