--- # Inventory file for the OpenShift hub cluster all: hosts: localhost: ansible_connection: local vars: # Cluster region and name for lookup in the vault cluster_region: "euw" cluster_name: "hub" # OpenShift cluster connection information openshift_cluster_api: "https://api.hub.euw.container.mom:6443" # Override password - can be set with -e kubeadmin_password_override=password # kubeadmin_password_override: "" # TLS certificate validation validate_certs: true # Optional: Specify Google hosted domain restriction # google_hosted_domain: "magickly.consulting"