You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`coredns_version`| 1.8.3 | CoreDNS package version |
23
-
|`coredns_binary_local_dir`| "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `coredns` binary is stored on host on which ansible is ran. This overrides `coredns_version` parameter |
22
+
|`coredns_version`| 1.8.3 | CoreDNS package version |
23
+
|`coredns_binary_local_dir`| "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `coredns` binary is stored on host on which ansible is ran. This overrides `coredns_version` parameter |
24
24
|`coredns_dns_port`| 53 | Port on which CoreDNS will listen for DNS requests |
25
25
|`coredns_config_file`|| This should contain path to file with coredns configuration [Corefile](https://coredns.io/manual/toc/#configuration)|
26
-
| `coredns_zone_files_paths` | ["coredns/zones/*"] | List containing paths to zone files
26
+
| `coredns_key_files_paths` | `["coredns/keys/*"]` | List containing paths to dnssec key files
27
+
| `coredns_zone_files_paths` | `["coredns/zones/*"]` | List containing paths to zone files
0 commit comments