b752d07163
This brings ansible-test closer to being able to support split controller/remote testing.
7 lines
174 B
YAML
7 lines
174 B
YAML
- name: Verify endpoints respond
|
|
uri:
|
|
url: "{{ item }}"
|
|
validate_certs: no
|
|
with_items:
|
|
- http://{{ acme_host }}:5000/
|
|
- https://{{ acme_host }}:14000/dir
|