]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Run all available playbooks during postinstall 625/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 19 May 2021 20:00:15 +0000 (16:00 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 19 May 2021 20:00:15 +0000 (16:00 -0400)
Not just testnodes playbook

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh

index 2c496af630f30d709fa7bcfdc994e8c5c232b386..379762bf31ec0638610ddc18a759dbb372fb7543 100644 (file)
@@ -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