You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-test-cloud-openshift/tasks/main.yml

14 lines
284 B
YAML

- name: Load kubeconfig
include_vars: "{{ lookup('env', 'K8S_AUTH_KUBECONFIG') }}"
- name: Verify endpoints exist
assert:
that: clusters
- name: Verify endpoints respond
uri:
url: "{{ item.cluster.server }}"
validate_certs: no
with_items:
- "{{ clusters }}"