Skip to content

Commit 2dd6d81

Browse files
authored
Merge daf191a into e20ab17
2 parents e20ab17 + daf191a commit 2dd6d81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: ansible/environments/local/hosts.j2.ini

+3-3
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)