Explorar o código

removed openstack

Dan Jurgensmeyer %!s(int64=8) %!d(string=hai) anos
pai
achega
b3459298c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/provisioning/openstack/openstack_dns_records.yml

+ 1 - 1
playbooks/provisioning/openstack/openstack_dns_records.yml

@@ -6,7 +6,7 @@
 
 - name: "Add wildcard records to the private A records for infrahosts"
   set_fact:
-    private_records: "{{ private_records | default([]) + [ { 'type': 'A', 'hostname': '*.' + openshift_app_domain, 'ip': hostvars[item]['openstack']['private_v4'] } ] }}"
+    private_records: "{{ private_records | default([]) + [ { 'type': 'A', 'hostname': '*.' + openshift_app_domain, 'ip': hostvars[item]['private_v4'] } ] }}"
   with_items: "{{ groups['infra_hosts'] }}"
 
 - name: "Set the private DNS server to use the external value (if provided)"