From d4dfdfe50f731a61c481e045be81538fb36eef68 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 18 Oct 2020 10:13:49 +0300 Subject: all.sh: drop some hosts that are currently unavailable --- ansible/all.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ansible/all.sh') diff --git a/ansible/all.sh b/ansible/all.sh index e34c0a7..235b039 100755 --- a/ansible/all.sh +++ b/ansible/all.sh @@ -2,8 +2,15 @@ set -eu -for playbook in atuin.yml exolobe1.yml exolobe2.yml exolobe5.yml holywood2.yml contractor-dev.yml \ - debmirror.yml vmdb2-dev.yml oomph.yml +playbooks=" +holywood2.yml +exolobe1.yml +exolobe2.yml +atuin.yml +" +# debmirror.yml + +for playbook in $playbooks do echo "$playbook" chronic ./run-playbook "$playbook" @@ -28,4 +35,4 @@ echo shell.liw.fi chronic run-ansible shell.liw.fi.hz hosts.shell shell.liw.fi.yml echo letest-letest.vm.liw.fi -chronic run-ansible letest.fi.hz hosts.letest letest.yml +chronic run-ansible letest.hz hosts.letest letest.yml -- cgit v1.2.1