We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5171b2 commit fdf3c42Copy full SHA for fdf3c42
provision-contest/ansible/roles/hosts/templates/hosts.j2
@@ -8,7 +8,9 @@ ff00::0 ip6-mcastprefix
8
ff02::1 ip6-allnodes
9
ff02::2 ip6-allrouters
10
11
+{% if DOMSERVER_IP is defined %}
12
{{ DOMSERVER_IP }} domjudge domserver
13
+{% endif %}
14
{% for item in groups['all'] %}
15
{% if hostvars[item].ansible_host is defined %}
16
{{ hostvars[item].ansible_host }} {{ item }}
0 commit comments