|
|
|
@ -63,7 +63,7 @@ services:
|
|
|
|
|
NODE_ID: "{{ ansible_facts.nodename }}"
|
|
|
|
|
MASTER_KEY: "{{ netmaker.master_key }}" # The admin master key for accessing the API. Change this in any production installation.
|
|
|
|
|
|
|
|
|
|
{% if not private_ipv4_address %}
|
|
|
|
|
{% if not private_ipv4_address and not netmaker.dynamicIp %}
|
|
|
|
|
SERVER_HOST: "{{ ansible_facts.default_ipv4.address }}" # Set to public IP of machine.
|
|
|
|
|
{% endif %}
|
|
|
|
|
SERVER_NAME: "netmaker-broker.{{ netmaker.base_domain }}" # The domain/host IP indicating the mq broker address
|
|
|
|
|