Created
August 30, 2018 20:15
-
-
Save michaelgugino/06c3f4dc296d56ff1663846a6cb9afac to your computer and use it in GitHub Desktop.
Openshift 3.10 + Fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [somegroup] | |
| localhost | |
| [somegroup:vars] | |
| ansible_connection=local | |
| [OSEv3:children] | |
| masters | |
| nodes | |
| etcd | |
| [OSEv3:vars] | |
| ansible_ssh_user=fedora | |
| ansible_python_interpreter=/usr/bin/python3 | |
| ansible_become=True | |
| openshift_deployment_type=origin | |
| openshift_release=v3.10 | |
| openshift_image_tag=v3.10.0 | |
| [masters] | |
| master1.example.com | |
| [masters:vars] | |
| openshift_node_group_name="node-config-master-infra" | |
| [etcd] | |
| [etcd:children] | |
| masters | |
| [new_nodes] | |
| [compute] | |
| node1.example.com | |
| node2.example.com | |
| [compute:vars] | |
| openshift_node_group_name="node-config-compute" | |
| [nodes:children] | |
| masters | |
| compute | |
| new_nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment