An Ansible role that manages CoreDNS Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
Please see defaults/main.yml for a complete list of variables that can be overridden.
This role relies on the following dependencies:
- Roles: requirements.yml
- Collections: requirements.yml
$ ansible-galaxy role install escalate.coredns
- hosts: all
roles:
- role: escalate.coredns
tags: coredns
MIT