We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d853b5 commit cb1fe83Copy full SHA for cb1fe83
1 file changed
inc_test_loadbalancer_tasklist.yml
@@ -1,4 +1,13 @@
1
---
2
+# playbook loops over:
3
+# locations (item.1)
4
+# haproxy_applications (item.0)
5
+#
6
+# for example:
7
+# item.1 is amsterdam:
8
+# when item.1 in group_names
9
+# haproxy_sni_ip_(restricted)
10
+
11
# Try to reach applications via loadbalancer with restricted ip v4
12
- name: Try to reach {{ item.0.vhost_name }} via https://{{ haproxy_sni_ip_restricted.ipv4 }}:443 # noqa: name[template] jinja template helps with debugging
13
when: item.0.restricted is defined and item.0.restricted and item.1 in group_names # item.1 is the location
0 commit comments