Add FFMD DNS container to provide secondary DNS server
This commit is contained in:
parent
75a84d1d43
commit
addad5d6d3
1 changed files with 12 additions and 0 deletions
12
tau.yml
12
tau.yml
|
@ -151,3 +151,15 @@
|
||||||
vars:
|
vars:
|
||||||
site_name: "{{ dokuwiki_domain }}"
|
site_name: "{{ dokuwiki_domain }}"
|
||||||
proxy_port: "{{ dokuwiki_port }}"
|
proxy_port: "{{ dokuwiki_port }}"
|
||||||
|
|
||||||
|
|
||||||
|
- name: Setup container for secondary FFMD DNS
|
||||||
|
docker_container:
|
||||||
|
name: bind9-md-freifunk-net
|
||||||
|
image: "ffmd/bind9-md-freifunk-net:2022062601"
|
||||||
|
pull: true
|
||||||
|
state: started
|
||||||
|
restart_policy: unless-stopped
|
||||||
|
detach: yes
|
||||||
|
ports:
|
||||||
|
- "53:53/udp"
|
||||||
|
|
Loading…
Reference in a new issue