๐ Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
coredns_user: coredns
|
|
|
|
coredns_group: coredns
|
|
|
|
coredns_conf_dir: /etc/coredns
|
|
|
|
|
|
|
|
coredns_conf_file: "{{ (coredns_conf_dir, 'coredns.conf') | path_join }}"
|
|
|
|
coredns_tls_file: "{{ (coredns_conf_dir, 'tls.conf') | path_join }}"
|
|
|
|
|
|
|
|
coredns_cert_file: "{{ (coredns_conf_dir, 'ecc384.crt') | path_join }}"
|
|
|
|
coredns_key_file: "{{ (coredns_conf_dir, 'ecc384.key') | path_join }}"
|