From: David Galloway Date: Wed, 19 May 2021 20:00:15 +0000 (-0400) Subject: cobbler: Run all available playbooks during postinstall X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=520964bed4f09530c5d934ccbd4b5642221cb53d;p=ceph-cm-ansible.git cobbler: Run all available playbooks during postinstall Not just testnodes playbook Signed-off-by: David Galloway --- diff --git a/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh b/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh index 2c496af..379762b 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