diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-06 13:48:07 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-06 13:48:07 -0500 |
commit | f50cb24856560880be33607323053d14916c5650 (patch) | |
tree | 9c5eaf1110749e3414c600f9db557a0fdeddcb11 /utils/docs/config.md | |
parent | 2929616a53a62d82e0370f276b44cf3150379df5 (diff) | |
parent | eb136c6d84c762a2692ef62f0e15d4b98c723edf (diff) | |
download | openshift-f50cb24856560880be33607323053d14916c5650.tar.gz openshift-f50cb24856560880be33607323053d14916c5650.tar.bz2 openshift-f50cb24856560880be33607323053d14916c5650.tar.xz openshift-f50cb24856560880be33607323053d14916c5650.zip |
Merge pull request #821 from smunilla/connect_to
atomic-openshift-installer: Better specification of ansible connection point
Diffstat (limited to 'utils/docs/config.md')
-rw-r--r-- | utils/docs/config.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/docs/config.md b/utils/docs/config.md index ee4b157c9..2729f8d37 100644 --- a/utils/docs/config.md +++ b/utils/docs/config.md @@ -19,16 +19,19 @@ hosts: master: true node: true containerized: true + connect_to: 24.222.0.1 - ip: 10.0.0.2 hostname: node1-private.example.com public_ip: 24.222.0.2 public_hostname: node1.example.com node: true + connect_to: 10.0.0.2 - ip: 10.0.0.3 hostname: node2-private.example.com public_ip: 24.222.0.3 public_hostname: node2.example.com node: true + connect_to: 10.0.0.3 ``` ## Primary Settings |