None.
coredns_auto_update: false
- Don't automatically update to latest
by default
coredns_firewall_disable: true
- Open the firewall on coredns_port
coredns_config:
- Use an inline configuration
coredns_corefile:
- Use a config from file
coredns_group: "coredns"
- The name of the CoreDNS group
coredns_health_check_enabled: true
- CoreDNS health check endpoint enabled
coredns_health_check_port: 8091
- Port that the CoreDNS health check endpoint
will listen on
coredns_install_method: binary
- How CoreDNS will be installed, binary
or
container
(container install not implemented yet)
coredns_port: 53
- What port CoreDNS will listen on
coredns_user: "coredns"
- The name of the CoreDNS user
coredns_version: null
- undefined
will use latest
ansible.posix.firewalld
: For opening the CoreDNS port with firewalld
community.general.ufw
: For opening the CoreDNS port with ufw
- hosts: dns_servers
vars:
roles:
- syaghoubi00.coredns
GPL-3.0-or-later
Created by Sebastian Yaghoubi