Role service-yanic: adjust for latest config changes

This commit is contained in:
Julian Labus 2019-06-23 12:56:46 +02:00
parent 07a9169656
commit 2f258ac672
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 2 additions and 1 deletions

View File

@ -40,4 +40,5 @@ vpn = true
{% else %}
vpn = false
{% endif %}
traffic_interfaces = [ "{{ ansible_default_ipv4.interface }}" ]
interfaces_traffic = [ "{{ ansible_default_ipv4.interface }}" ]
interfaces_address = [ "loopback" ]