Commit a395f58b authored by nanahira's avatar nanahira

add pxe

parent a884f404
......@@ -32,6 +32,15 @@ services:
volumes:
- ./apt-cacher-ng:/var/cache/apt-cacher-ng
{% endif %}
{% if dnsmasq.pxe is defined and dnsmasq.pxe == "localhost" %}
pxe:
restart: always
image: linuxserver/netbootxyz
environment:
PUID: {{ansible_user_uid}}
PGID: {{ansible_user_gid}}
- '{{services.address}}:69:69/udp'
{% endif %}
{% if services.ddns is defined and services.ddns %}
{% for instance in services.ddns %}
ddns-{{instance.name}}:
......
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