summaryrefslogtreecommitdiffstats
path: root/utils/docs
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2015-11-05 13:28:24 -0500
committerSamuel Munilla <smunilla@redhat.com>2015-11-06 13:34:54 -0500
commiteb136c6d84c762a2692ef62f0e15d4b98c723edf (patch)
treee119d03c0290636eca9420f99efdc92ca6477267 /utils/docs
parentd8883bca77ce55238b6a36c5cd80934dc603e596 (diff)
downloadopenshift-eb136c6d84c762a2692ef62f0e15d4b98c723edf.tar.gz
openshift-eb136c6d84c762a2692ef62f0e15d4b98c723edf.tar.bz2
openshift-eb136c6d84c762a2692ef62f0e15d4b98c723edf.tar.xz
openshift-eb136c6d84c762a2692ef62f0e15d4b98c723edf.zip
atomic-openshift-installer: Better specification of ansible connection point
Changes to installer.cfg.yaml to allow for better defaults in unattended mode. Update example in the docs.
Diffstat (limited to 'utils/docs')
-rw-r--r--utils/docs/config.md3
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