Explorar o código

Use correct host group in provision.yml

Tomas Sedovic %!s(int64=7) %!d(string=hai) anos
pai
achega
eb1f8107bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
 
 - name: Prepare the Nodes in the cluster for installation
-  hosts: cluster_hosts
+  hosts: oo_all_hosts
   become: true
   # NOTE: The nodes may not be up yet, don't gather facts here.
   # They'll be collected after `wait_for_connection`.