Adding DNS role

This commit is contained in:
Ian Roddis
2026-04-21 10:07:06 -04:00
parent 3a873051e7
commit 043d315b80
14 changed files with 464 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Restart BIND9
community.docker.docker_compose_v2:
project_src: "{{ dns_data_dir }}"
state: present
recreate: always
when: not (molecule_test_mode | default(false))