From 520964bed4f09530c5d934ccbd4b5642221cb53d Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 19 May 2021 16:00:15 -0400 Subject: [PATCH] cobbler: Run all available playbooks during postinstall Not just testnodes playbook Signed-off-by: David Galloway --- .../cobbler/templates/triggers/install/post/cephlab_ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh b/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh index 2c496af6..379762bf 100644 --- a/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh +++ b/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh @@ -45,5 +45,5 @@ then # For some reason, we end up with no repos on the first boot without doing this. ansible-playbook testnodes.yml --tags repos -v --limit $name* 2>&1 >> /var/log/ansible/$name.log fi -ansible-playbook testnodes.yml -v --limit $name* --skip-tags user,pubkeys,zap 2>&1 >> /var/log/ansible/$name.log & +ansible-playbook cephlab.yml -v --limit $name* --skip-tags user,pubkeys,zap 2>&1 >> /var/log/ansible/$name.log & popd -- 2.47.3