Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [OSEv3:children]
- nodes
- nfs
- masters
- etcd
- [OSEv3:vars]
- openshift_master_cluster_public_hostname=None
- ansible_ssh_user=root
- openshift_master_cluster_hostname=None
- openshift_override_hostname_check=true
- # Subscriptions
- openshift_deployment_type=openshift-enterprise
- oreg_url=registry.access.redhat.com/openshift3/ose-${component}:${version}
- oreg_auth_user=fatherlinux
- oreg_auth_password=USE_RHN_ACCOUNT_PASSWORD
- openshift_examples_modify_imagestreams=true
- # Passwords
- openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
- openshift_master_htpasswd_users={'scott': 'USE_HTPASSWORD_TO_GENERATE'}
- # Customizations
- openshift_disable_check=disk_availability,memory_availability,package_version,docker_image_availability
- openshift_use_crio=true
- openshift_crio_use_rpm=true
- [masters]
- ocp311.dc2.crunchtools.com
- [etcd]
- ocp311.dc2.crunchtools.com
- [nodes]
- ocp311.dc2.crunchtools.com openshift_node_group_name='node-config-all-in-one'
- [nfs]
- ocp311.dc2.crunchtools.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement