Skip to content

Commit cb1fe83

Browse files
committed
adding comment
1 parent 4d853b5 commit cb1fe83

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

inc_test_loadbalancer_tasklist.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
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+
211
# Try to reach applications via loadbalancer with restricted ip v4
312
- name: Try to reach {{ item.0.vhost_name }} via https://{{ haproxy_sni_ip_restricted.ipv4 }}:443 # noqa: name[template] jinja template helps with debugging
413
when: item.0.restricted is defined and item.0.restricted and item.1 in group_names # item.1 is the location

0 commit comments

Comments
 (0)