Skip to content

Commit 06cb30f

Browse files
committed
Enable multiple controllers
1 parent 3f11fcc commit 06cb30f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/environments/local/hosts.j2.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ansible ansible_connection=local
88

99
[controllers]
1010
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 %}
11+
{% if mode is defined and 'HA' in mode %}
12+
controller1 ansible_host=172.17.0.1 ansible_connection=local
13+
{% endif %}
1414

1515
[kafkas]
1616
kafka0 ansible_host=172.17.0.1 ansible_connection=local

0 commit comments

Comments
 (0)