Skip to content

Instantly share code, notes, and snippets.

@remoteur
Last active January 14, 2019 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remoteur/b9689911859c44cfce4930a6bde3a35b to your computer and use it in GitHub Desktop.
Save remoteur/b9689911859c44cfce4930a6bde3a35b to your computer and use it in GitHub Desktop.
ocp-inventory
[OSEv3:children]
masters
nodes
etcd
[OSEv3:vars]
ansible_ssh_user=root
openshift_deployment_type=origin
openshift_master_identity_providers=[{ 'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
openshift_master_htpasswd_users={'marius': 'pass'}
openshift_master_cluster_method=native
openshift_master_cluster_hostname=containers.remote-lab.net
openshift_master_cluster_public_hostname=containers.remote-lab.net
openshift_master_default_subdomain=containers.remote-lab.net
openshift_master_overwrite_named_certificates=true
openshift_master_named_certificates=[{"certfile": "/etc/pki/tls/certs/containers.remote-lab.net.cer", "keyfile": "/etc/pki/tls/private/containers.remote-lab.net.key", "names": ["containers.remote-lab.net"], "cafile": "/etc/pki/tls/certs/containers.remote-lab.net.ca.cer"}]
[masters]
containers.remote-lab.net
[etcd]
containers.remote-lab.net
[nodes]
containers.remote-lab.net openshift_node_group_name='node-config-all-in-one'
[oo_all_hosts:children]
masters
nodes
etcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment