1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00

Update main.yaml

This commit is contained in:
Davis Phillips
2019-05-06 11:10:38 -05:00
committed by GitHub
parent 1867e99696
commit da57d6523c

View File

@@ -38,5 +38,5 @@
dns_servers:
- "{{ openshift_cloudprovider_vsphere_vm_dns }}"
dns_suffix: "{{ default_subdomain }}"
hostname: "{{ hostvars[item].inventory_hostname }}"
hostname: "{{ hostvars[item].vm_name }}"
with_items: "{{ groups['glusterfs'] }}"