diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-12-01 16:30:05 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-12-03 12:40:49 -0500 |
commit | 192ccc8e6e6f465351828f32e9dc43b840897b67 (patch) | |
tree | c562abf558ec654b0c3c8ba4411bb8070f23dda1 /inventory/byo | |
parent | 3780deb06c7d8f85bfb031fbce7778646cbf64ee (diff) | |
download | openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.tar.gz openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.tar.bz2 openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.tar.xz openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.zip |
Refactor dns options and facts.
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 1a67cc290..dd8d8f855 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -154,6 +154,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # entries for the interfaces attached to the host. #openshift_set_hostname=True +# Configure dnsIP in the node config +#openshift_dns_ip=172.30.0.1 + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |