Initial commit
This commit is contained in:
8
tasks/testa-webbservrarna.yml
Normal file
8
tasks/testa-webbservrarna.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Anslut till webbservrarna
|
||||
tags:
|
||||
- connect
|
||||
uri:
|
||||
url: "http://{{ item }}"
|
||||
with_items: "{{ groups[min_grupp] | map('extract', \
|
||||
hostvars, ['ansible_host']) }}"
|
||||
|
||||
Reference in New Issue
Block a user