Skip to content

Instantly share code, notes, and snippets.

@Miciah
Created September 6, 2018 21:19
Show Gist options
  • Save Miciah/24dd8d270e97e938abb0a9d9f14c1aad to your computer and use it in GitHub Desktop.
Save Miciah/24dd8d270e97e938abb0a9d9f14c1aad to your computer and use it in GitHub Desktop.
[OSEv3:children]
masters
nodes
etcd
[OSEv3:vars]
ansible_ssh_user=centos
ansible_become=yes
openshift_enable_service_catalog=false
openshift_enable_docker_excluder=False
openshift_enable_openshift_excluder=False
openshift_disable_check=disk_availability,memory_availability,package_version,docker_image_availability,diagnostics
deployment_type=openshift-enterprise
openshift_image_tag=v3.11
#openshift_pkg_version="-3.11*"
openshift_version="3.11"
openshift_release="3.11"
openshift_docker_additional_registries=REDACTED
oreg_url="registry.reg-aws.openshift.com/openshift3/ose-${component}:${version}"
oreg_auth_user=unused
oreg_auth_password=REDACTED
[masters]
192.168.122.84 openshift_ip=192.168.122.84 openshift_public_ip=192.168.122.84 openshift_hostname=192.168.122.84 openshift_public_hostname=192.168.122.84
[nodes]
192.168.122.84 openshift_ip=192.168.122.84 openshift_public_ip=192.168.122.84 openshift_hostname=192.168.122.84 openshift_public_hostname=192.168.122.84 openshift_node_group_name=node-config-master-infra
192.168.122.167 openshift_ip=192.168.122.167 openshift_public_ip=192.168.122.167 openshift_hostname=192.168.122.167 openshift_public_hostname=192.168.122.167 openshift_node_group_name=node-config-compute
[etcd]
192.168.122.84 openshift_ip=192.168.122.84 openshift_public_ip=192.168.122.84 openshift_hostname=192.168.122.84 openshift_public_hostname=192.168.122.84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment