Skip to content

Instantly share code, notes, and snippets.

@sjenning
Created August 2, 2017 15:34
Show Gist options
  • Save sjenning/03157d602c97395df74968917a2b85aa to your computer and use it in GitHub Desktop.
Save sjenning/03157d602c97395df74968917a2b85aa to your computer and use it in GitHub Desktop.
[OSEv3:children]
masters
etcd
nodes
[OSEv3:vars]
ansible_ssh_user=centos
ansible_become=yes
deployment_type=origin
containerized=true
openshift_disable_check=memory_availability,disk_availability,docker_storage
openshift_install_examples=true
openshift_image_tag=v3.6.0
openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}]
openshift_master_default_subdomain=apps.example.com
osm_default_node_selector='region=primary'
[masters]
master.cloud.example.com
[etcd]
etcd[1:3].cloud.example.com
[nodes]
master.cloud.example.com
infra.cloud.example.com openshift_node_labels="{'region': 'infra', 'zone': 'default'}"
node[1:2].cloud.example.com openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment