{% if dnsmasq.kms is defined and dnsmasq.kms == "localhost" %}
{% if dnsmasq.kms is defined and (dnsmasq.kms == "localhost" or (dnsmasq.kms.localhost is defined and dnsmasq.kms.localhost)) %}
kms:
kms:
restart: always
restart: always
image: teddysun/kms
image: teddysun/kms
...
@@ -21,7 +21,7 @@ services:
...
@@ -21,7 +21,7 @@ services:
ports:
ports:
- '{{services.address}}:1688:1688'
- '{{services.address}}:1688:1688'
{% endif %}
{% endif %}
{% if dnsmasq.aptCacher is defined and (dnsmasq.aptCacher == "localhost" or (dnsmasq.aptCacher.localhost is defined and dnsmasq.aptCacher.localhost) %}
{% if dnsmasq.aptCacher is defined and (dnsmasq.aptCacher == "localhost" or (dnsmasq.aptCacher.localhost is defined and dnsmasq.aptCacher.localhost)) %}