diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-10-06 01:18:17 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-10-06 01:18:17 +0200 |
commit | a263e42107537a99e258998c8d5a999f13388fb1 (patch) | |
tree | 0560e6629dfaa1c9bfe1ecf343c132e03bbceb5c /roles/bind/defaults | |
parent | 84deda7bee5fec7472be556ce2b6028499f0103e (diff) | |
download | ansible_collection-a263e42107537a99e258998c8d5a999f13388fb1.tar.gz |
bind: add role
Diffstat (limited to 'roles/bind/defaults')
-rw-r--r-- | roles/bind/defaults/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/bind/defaults/main.yml b/roles/bind/defaults/main.yml new file mode 100644 index 0000000..bd90082 --- /dev/null +++ b/roles/bind/defaults/main.yml @@ -0,0 +1,4 @@ +--- +bind_zones: [] +bind_zonefile_base_url: '' +bind_install_zonefiles: false |