Просмотр исходного кода

Use correct host group in provision.yml

Tomas Sedovic 7 лет назад
Родитель
Сommit
eb1f8107bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      playbooks/openstack/openshift-cluster/provision.yml

+ 1 - 1
playbooks/openstack/openshift-cluster/provision.yml

@@ -14,7 +14,7 @@
 # and configure their DNS if they have to.
 # and configure their DNS if they have to.
 
 
 - name: Prepare the Nodes in the cluster for installation
 - name: Prepare the Nodes in the cluster for installation
-  hosts: cluster_hosts
+  hosts: oo_all_hosts
   become: true
   become: true
   # NOTE: The nodes may not be up yet, don't gather facts here.
   # NOTE: The nodes may not be up yet, don't gather facts here.
   # They'll be collected after `wait_for_connection`.
   # They'll be collected after `wait_for_connection`.