Deploy coredns as a proxy to Docker's internal DNS

This commit is contained in:
Jake Howard
2023-12-14 21:04:26 +00:00
parent 7381c1f10a
commit 7ad5d6e51e
5 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart coredns
shell:
chdir: /opt/coredns
cmd: "{{ docker_update_command }}"