Guest User

Untitled

a guest
Aug 9th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [OSEv3:children]
  2. masters
  3. nodes
  4. [OSEv3:vars]
  5. ansible_ssh_user=root
  6. ansible_ssh_pass=password
  7. deployment_type=openshift-enterprise
  8. openshift_deployment_type=openshift-enterprise
  9. openshift_service_type=atomic-openshift
  10. openshift_clock_enabled=true
  11. openshift_master_identity_providers=[{'name': 'allow_all_auth', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}]
  12. openshift_disable_check=memory_availability,disk_availability,docker_storage,package_availability,docker_image_availability
  13. openshift_image_tag=v3.10.0
  14. ansible_service_broker_registry_whitelist=['.*-apb$']
  15. openshift_node_kubelet_args={'max-pods': ['80'], 'pods-per-core': ['80']}
  16. openshift_master_admission_plugin_config={"ValidatingAdmissionWebhook":{"configuration":{"kind": "DefaultAdmissionConfig","apiVersion": "v1","disable": false}},"MutatingAdmissionWebhook":{"configuration":{"kind": "DefaultAdmissionConfig","apiVersion": "v1","disable": false}}}
  17. [masters]
  18. localhost ansible_connection=local
  19. [etcd]
  20. localhost ansible_connection=local
  21. [nodes]
  22. # openshift_node_group_name should refer to a dictionary with matching key of name in list openshift_node_groups.
  23. localhost ansible_connection=local openshift_schedulable=true openshift_ip=10.35.16.171 openshift_node_group_name="node-config-all-in-one"
Add Comment
Please, Sign In to add comment