diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-05 10:03:10 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-05 10:03:10 -0500 |
commit | b70fde9b1204a12e4e2099619ecf8b066c2b33b1 (patch) | |
tree | 97ca62f580ff7bb2499432d8ffa4913a54569d84 /README_origin.md | |
parent | 21e91a6e22899e402f3e4642a3f52b61ab99be74 (diff) | |
parent | 1fb688aff6dbd98e454e684f8c6735bd195ae360 (diff) | |
download | openshift-b70fde9b1204a12e4e2099619ecf8b066c2b33b1.tar.gz openshift-b70fde9b1204a12e4e2099619ecf8b066c2b33b1.tar.bz2 openshift-b70fde9b1204a12e4e2099619ecf8b066c2b33b1.tar.xz openshift-b70fde9b1204a12e4e2099619ecf8b066c2b33b1.zip |
Merge pull request #1107 from donovanmuller/patch-1
Group name as per hosts.origin.example
Diffstat (limited to 'README_origin.md')
-rw-r--r-- | README_origin.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README_origin.md b/README_origin.md index 12e79791e..0387e213f 100644 --- a/README_origin.md +++ b/README_origin.md @@ -59,12 +59,12 @@ option to ansible-playbook. # This is an example of a bring your own (byo) host inventory # Create an OSEv3 group that contains the masters and nodes groups -[OSv3:children] +[OSEv3:children] masters nodes # Set variables common for all OSEv3 hosts -[OSv3:vars] +[OSEv3:vars] # SSH user, this user should allow ssh based auth without requiring a password ansible_ssh_user=root @@ -95,6 +95,8 @@ osv3-lb.example.com The hostnames above should resolve both from the hosts themselves and the host where ansible is running (if different). +A more complete example inventory file ([hosts.origin.example](https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.origin.example)) is available under the [`/inventory/byo`](https://github.com/openshift/openshift-ansible/tree/master/inventory/byo) directory. + ## Running the ansible playbooks From the openshift-ansible checkout run: ```sh |