summaryrefslogtreecommitdiffstats
path: root/roles/dns-views/defaults/main.yml
diff options
context:
space:
mode:
authorBogdan Dobrelya <bdobreli@redhat.com>2017-09-05 15:56:43 +0200
committerTomas Sedovic <tomas@sedovic.cz>2017-09-05 15:56:43 +0200
commit06abd17792fafc3adec3916f56c69800690b1431 (patch)
tree7cbebf95e307dace4bc81b5eb52825446b637624 /roles/dns-views/defaults/main.yml
parente903f5581d5b5bc0dba9cdcddb8399d7ae7578af (diff)
downloadopenshift-06abd17792fafc3adec3916f56c69800690b1431.tar.gz
openshift-06abd17792fafc3adec3916f56c69800690b1431.tar.bz2
openshift-06abd17792fafc3adec3916f56c69800690b1431.tar.xz
openshift-06abd17792fafc3adec3916f56c69800690b1431.zip
Document global DNS security options (#694)
* Document global DNS security options Related changes: * Do not create a view if externally managed. * Allow to specify the recursion settings for public/private views defined by the dns-view role. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Document public_dns_nameservers better Also use it as the private view forwarder Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'roles/dns-views/defaults/main.yml')
-rw-r--r--roles/dns-views/defaults/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/dns-views/defaults/main.yml b/roles/dns-views/defaults/main.yml
new file mode 100644
index 000000000..c9f8248af
--- /dev/null
+++ b/roles/dns-views/defaults/main.yml
@@ -0,0 +1,4 @@
+---
+external_nsupdate_keys: {}
+named_private_recursion: 'yes'
+named_public_recursion: 'no'