diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-01-14 15:37:07 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-01-14 15:37:07 +0100 |
commit | 41a475c5fb12d0bb82d596331796b8f375904c0a (patch) | |
tree | 8d1a92a0a7a996a3123282146a81818eef0a9d36 /roles/bind/defaults | |
parent | b3dd8a8870aed158af36042359d224d350f1b39e (diff) | |
download | ansible_collection-41a475c5fb12d0bb82d596331796b8f375904c0a.tar.gz |
bind: add file zonefile source
Diffstat (limited to 'roles/bind/defaults')
-rw-r--r-- | roles/bind/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/bind/defaults/main.yml b/roles/bind/defaults/main.yml index bd90082..f242706 100644 --- a/roles/bind/defaults/main.yml +++ b/roles/bind/defaults/main.yml @@ -1,4 +1,5 @@ --- bind_zones: [] bind_zonefile_base_url: '' +bind_zonefile_base_folder: '' bind_install_zonefiles: false |