9 lines
184 B
YAML
9 lines
184 B
YAML
- name: Anslut till webbservrarna
|
|
tags:
|
|
- connect
|
|
uri:
|
|
url: "http://{{ item }}"
|
|
with_items: "{{ groups[min_grupp] | map('extract', \
|
|
hostvars, ['ansible_host']) }}"
|
|
|