Created
May 2, 2018 09:33
-
-
Save geoand/315b069d5ac60239ad67bdc0a087df9d to your computer and use it in GitHub Desktop.
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
``` | |
[OSEv3:children] | |
masters | |
nodes | |
etcd | |
[OSEv3:vars] | |
ansible_user=root | |
public_ip_address=192.168.99.50 | |
host_key_checking=false | |
containerized=true | |
openshift_enable_excluders=false | |
openshift_release=v3.10 | |
openshift_deployment_type=origin | |
openshift_hostname=192.168.99.50 | |
openshift_master_cluster_public_hostname=192.168.99.50 | |
openshift_master_default_subdomain=192.168.99.50.nip.io | |
openshift_master_unsupported_embedded_etcd=true | |
openshift_disable_check = docker_storage,memory_availability,disk_availability,docker_image_availability,package_version | |
# Python Interpreter | |
ansible_python_interpreter=/usr/bin/python | |
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}] | |
openshift_master_htpasswd_users={'admin': '$apr1$DloeoaY3$nqbN9fQBkyXgbj58buqEM.'} | |
[masters] | |
192.168.99.50 openshift_public_hostname=192.168.99.50 openshift_hostname=192.168.99.50 | |
[etcd] | |
192.168.99.50 openshift_ip=192.168.99.50 | |
[nodes] | |
192.168.99.50 openshift_node_labels="{'region':'infra','zone':'default', 'node-role.kubernetes.io/compute': 'true'}" openshift_public_hostname=192.168.99.50 openshift_hostname=192.168.99.50 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment