roles/named: Support logging queries to syslog

This commit adds two new variables to the *named* role:
`named_queries_syslog` and `named_rpz_syslog`.  These variables control
whether BIND will send query and RPZ log messages to the local syslog
daemon, respectively.
This commit is contained in:
2020-09-04 20:56:12 -05:00
parent 84313601ef
commit f536c9633e
3 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ named_allow_query:
named_dnssec_validation: false
named_response_policy:
- zone "blackhole.rpz"
named_queries_syslog: true
named_rpz_syslog: true
pyrocufflink_common_zones:
- zone: pyrocufflink.blue