cluster-info.yml 311 B

1234567891011
  1. ---
  2. - name: Show information about the cluster
  3. hosts: localhost
  4. become: no
  5. gather_facts: no
  6. tasks:
  7. - name: Print the API / UI Public IP Address
  8. debug: var=openshift_openstack_public_api_ip
  9. - name: Print the OpenShift Router Public IP Address
  10. debug: var=openshift_openstack_public_router_ip