Commit 115efc07 authored by nanahira's avatar nanahira

update pxe for dnsmasq

parent e0d16134
...@@ -41,7 +41,7 @@ services: ...@@ -41,7 +41,7 @@ services:
PGID: {{ansible_user_gid}} PGID: {{ansible_user_gid}}
ports: ports:
{% for br in bridges %} {% for br in bridges %}
{% if br.dhcp is defined and br.dhcp %} {% 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'
{% endif %} {% endif %}
{% endfor %} {% endfor %}
......
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