Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Created July 24, 2015 11:49
Show Gist options
  • Save jjungnickel/cc041605e19900d149d0 to your computer and use it in GitHub Desktop.
Save jjungnickel/cc041605e19900d149d0 to your computer and use it in GitHub Desktop.
localhost ansible_connection=local ansible_sudo=no ansible_python_interpreter=/usr/bin/python2
[OSv3:children]
masters
nodes
[OSv3:vars]
ansible_ssh_user=ec2-user
ansible_sudo=true
deployment_type=origin
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/openshift/htpasswd'}]
# http://docs.ansible.com/ansible/intro_dynamic_inventory.html#static-groups-of-dynamic-groups
[tag_Name_OpenShift_Master]
[tag_Name_OpenShift_Node]
[masters:children]
tag_Name_OpenShift_Master
[nodes:children]
tag_Name_OpenShift_Master
tag_Name_OpenShift_Node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment