blob: a6c6cb7194363297109990ac45c86e7131335564 [file] [log] [blame]
; the first parameter in a host is the inventory_hostname
; used for local actions only
ansible ansible_connection=local
[edge]
144.76.63.94 ansible_host=144.76.63.94 ansible_connection=local
[controllers]
controller0 ansible_host=144.76.63.94 ansible_connection=local
;{% if mode is defined and 'HA' in mode %}
;controller1 ansible_host=144.76.63.94 ansible_connection=local
;{% endif %}
[kafkas]
kafka0 ansible_host=144.76.63.94 ansible_connection=local
{% if mode is defined and 'HA' in mode %}
kafka1 ansible_host=144.76.63.94 ansible_connection=local
{% endif %}
[zookeepers:children]
kafkas
[invokers]
invoker0 ansible_host=5.9.20.92 ansible_connection=ssh
invoker1 ansible_host=144.76.27.183 ansible_connection=ssh
; db group is only used if db.provider is CouchDB
[db]
144.76.63.94 ansible_host=144.76.63.94 ansible_connection=local
[redis]
144.76.63.94 ansible_host=144.76.63.94 ansible_connection=local
[apigateway]
144.76.63.94 ansible_host=144.76.63.94 ansible_connection=local