Skip to content

Instantly share code, notes, and snippets.

@adilsonbna
Created November 11, 2017 23:20
Show Gist options
  • Save adilsonbna/7947b2f83ffa590db7ecacb220247735 to your computer and use it in GitHub Desktop.
Save adilsonbna/7947b2f83ffa590db7ecacb220247735 to your computer and use it in GitHub Desktop.
[OSEv3:children]
masters
etcd
nodes
[OSEv3:vars]
openshift_master_default_subdomain=apps.cirrus.io
ansible_ssh_user=root
ansible_become=yes
openshift_master_cluster_method=native
openshift_master_cluster_hostname=master.cirrus.io
openshift_master_cluster_public_hostname=master.cirrus.io
deployment_type=origin
os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/htpasswd'}]
openshift_docker_options='--selinux-enabled --insecure-registry 172.30.0.0/16'
openshift_router_selector='region=infra'
openshift_registry_selector='region=infra'
openshift_master_api_port=443
openshift_master_console_port=443
openshift_disable_check=memory_availability,disk_availability
[nodes]
master openshift_schedulable=True ansible_connection=local ansible_become=yes
infra openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True
node1 openshift_node_labels="{'region': 'node'}" openshift_schedulable=True
[masters]
master ansible_connection=local ansible_become=yes
[etcd]
master ansible_connection=local ansible_become=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment