b752d07163
This brings ansible-test closer to being able to support split controller/remote testing.
6 lines
179 B
YAML
6 lines
179 B
YAML
- name: Verify endpoints respond
|
|
uri:
|
|
url: "{{ item }}"
|
|
validate_certs: no
|
|
with_items:
|
|
- http://{{ ansible_env.FOREMAN_HOST }}:{{ ansible_env.FOREMAN_PORT }}/ping
|