We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e20ab17 + daf191a commit 2dd6d81Copy full SHA for 2dd6d81
ansible/environments/local/hosts.j2.ini
@@ -8,9 +8,9 @@ ansible ansible_connection=local
8
9
[controllers]
10
controller0 ansible_host=172.17.0.1 ansible_connection=local
11
-;{% if mode is defined and 'HA' in mode %}
12
-;controller1 ansible_host=172.17.0.1 ansible_connection=local
13
-;{% endif %}
+{% if mode is defined and 'HA' in mode %}
+controller1 ansible_host=172.17.0.1 ansible_connection=local
+{% endif %}
14
15
[kafkas]
16
kafka0 ansible_host=172.17.0.1 ansible_connection=local
0 commit comments