Fix dns issues

Add woodpecker agent dns
Add ipv6 binding to acme_dns
This commit is contained in:
Tobias Reisinger 2024-12-03 11:49:27 +01:00
parent 8a420a5c35
commit d3e5f80728
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 12 additions and 3 deletions
playbooks/roles/acme_dns/vars

View file

@ -25,3 +25,5 @@ acme_dns_compose:
ports:
- "{{ ansible_default_ipv4.address }}:53:53"
- "{{ ansible_default_ipv4.address }}:53:53/udp"
- "{{ ansible_default_ipv6.address }}:53:53"
- "{{ ansible_default_ipv6.address }}:53:53/udp"