Commit 2f61be6f authored by nanahira's avatar nanahira

fix

parent 605fc073
...@@ -40,6 +40,7 @@ services: ...@@ -40,6 +40,7 @@ services:
PUID: {{ansible_user_uid}} PUID: {{ansible_user_uid}}
PGID: {{ansible_user_gid}} PGID: {{ansible_user_gid}}
ports: ports:
- '127.0.0.1:69:69/udp'
{% for br in bridges %} {% for br in bridges %}
{% if br.dhcp is defined and br.dhcp and not (br.dhcp.pxe is defined and br.dhcp.pxe) %} {% if br.dhcp is defined and br.dhcp and not (br.dhcp.pxe is defined and br.dhcp.pxe) %}
- '{{ br.address | regex_replace("/\d+$", "") }}:69:69/udp' - '{{ br.address | regex_replace("/\d+$", "") }}:69:69/udp'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment