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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
23
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
27
27
28
## Example
28
29
@@ -37,7 +38,7 @@ Use it in a playbook as follows:
37
38
38
39
## Zone files
39
40
40
-
The role will search in `coredns/zones` in the Ansible templates paths for files to deploy. These can be used with the [`file` plugin](https://coredns.io/plugins/file/).
41
+
The role will search in the paths defined in `coredns_zone_files_paths` in the Ansible templates paths for files to deploy. These can be used with the [`file` plugin](https://coredns.io/plugins/file/).
0 commit comments