Skip to content

Instantly share code, notes, and snippets.

@ashcrow
Created October 20, 2017 20:04
Show Gist options
  • Save ashcrow/2467581fbe73192378e813f4b4798ca9 to your computer and use it in GitHub Desktop.
Save ashcrow/2467581fbe73192378e813f4b4798ca9 to your computer and use it in GitHub Desktop.
Failing Inventory File
[OSEv3:children]
masters
nodes
[OSEv3:vars]
ansible_ssh_user=root
debug_level=3
openshift_deployment_type=origin
deployment_type=origin
openshift_release=v3.6
openshift_image_tag=v3.6.0
osm_host_subnet_length=9
openshift_no_proxy=127.0.0.1
openshift_disable_check=disk_availability,memory_availability,docker_storage,docker_image_availability,package_version
[masters]
192.168.124.224 openshift_schedulable=True ansible_python_interpreter=/usr/bin/python3
[etcd]
192.168.124.224 openshift_schedulable=True ansible_python_interpreter=/usr/bin/python3
[nodes]
192.168.124.224 openshift_schedulable=True openshift_node_labels="{'region': 'infra', 'zone': 'default'}" ansible_python_interpreter=/usr/bin/python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment