--- # Inventory file for the OpenShift hub cluster all: hosts: localhost: ansible_connection: local vars: cluster_region: "euw" cluster_name: "hub" openshift_cluster_api: "https://api.hub.euw.container.mom:6443" validate_certs: false google_hosted_domain: "container.mom" # DNS Configuration dns: display_name: "EUW Hub" fqdn: "hub.euw.container.mom" cluster_ip: "193.176.244.127" router: "router-default.apps.hub.euw.container.mom" custom_domains: - "@" - "portal" - "git" - "api.portal" # additional_records: # - type: TXT # name: "_acme-challenge.api" # content: "lpSnx0h3bO71s1OpqCeIm1y6FHJbDRZCWva-UsJXKTc" # ttl: 120 # proxied: no # comment: "Managed by Ansible - Let's Encrypt Challenge for {{ cluster_name }}.{{ cluster_region }}"