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.
10 lines
296 B
10 lines
296 B
2 years ago
|
coredns_user: coredns
|
||
|
coredns_group: coredns
|
||
|
coredns_conf_dir: /etc/coredns
|
||
|
|
||
|
coredns_conf_file: "{{ coredns_conf_dir }}/coredns.conf"
|
||
|
coredns_tls_file: "{{ coredns_conf_dir }}/tls.conf"
|
||
|
|
||
|
coredns_cert_file: "{{ coredns_conf_dir }}/ecc384.crt"
|
||
|
coredns_key_file: "{{ coredns_conf_dir }}/ecc384.key"
|