Skip to content

Commit

Permalink
Enable multiple controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 committed Feb 5, 2024
1 parent 3f11fcc commit 06cb30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/environments/local/hosts.j2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ansible ansible_connection=local

[controllers]
controller0 ansible_host=172.17.0.1 ansible_connection=local
;{% if mode is defined and 'HA' in mode %}
;controller1 ansible_host=172.17.0.1 ansible_connection=local
;{% endif %}
{% if mode is defined and 'HA' in mode %}
controller1 ansible_host=172.17.0.1 ansible_connection=local
{% endif %}

[kafkas]
kafka0 ansible_host=172.17.0.1 ansible_connection=local
Expand Down

0 comments on commit 06cb30f

Please sign in to comment.