mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +00:00
Cosmetic changes in the pillar.example
This commit is contained in:
parent
978ce84b15
commit
692f1434ed
1 changed files with 2 additions and 104 deletions
106
pillar.example
106
pillar.example
|
@ -49,13 +49,8 @@ bind:
|
||||||
options:
|
options:
|
||||||
querylog: 'yes' # Enable query logs, by default is disabled in map.jinja (yes,no)
|
querylog: 'yes' # Enable query logs, by default is disabled in map.jinja (yes,no)
|
||||||
|
|
||||||
#use_extensive_logging: True # Enable extensive config for logging
|
|
||||||
|
|
||||||
use_extensive_logging: # Enable extensive config for logging
|
use_extensive_logging: # Enable extensive config for logging. Partial example. For proposed settings please refer to
|
||||||
versions: 5 # Additionaly you can set how many files will be stored
|
|
||||||
size: '100m' # Maximum size of a individual file
|
|
||||||
|
|
||||||
use_extensive_logging: # Enable extensive config for logging.
|
|
||||||
channel: # https://kb.isc.org/article/AA-01526/0/BIND-Logging-some-basic-recommendations.html
|
channel: # https://kb.isc.org/article/AA-01526/0/BIND-Logging-some-basic-recommendations.html
|
||||||
default_log:
|
default_log:
|
||||||
file: default
|
file: default
|
||||||
|
@ -65,48 +60,6 @@ bind:
|
||||||
print-category: yes
|
print-category: yes
|
||||||
print-severity: yes
|
print-severity: yes
|
||||||
severity: info
|
severity: info
|
||||||
auth_servers_log:
|
|
||||||
file: auth_servers
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
dnssec_log:
|
|
||||||
file: dnssec
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
zone_transfers_log:
|
|
||||||
file: zone_transfers
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
ddns_log:
|
|
||||||
file: ddns
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
client_security_log:
|
|
||||||
file: client_security
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
rate_limiting_log:
|
|
||||||
file: rate_limiting
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
rpz_log:
|
|
||||||
file: rpz
|
|
||||||
print-time: yes
|
|
||||||
print-category: yes
|
|
||||||
print-severity: yes
|
|
||||||
severity: info
|
|
||||||
queries_log:
|
queries_log:
|
||||||
file: queries
|
file: queries
|
||||||
print-time: yes
|
print-time: yes
|
||||||
|
@ -140,10 +93,6 @@ bind:
|
||||||
- default_syslog
|
- default_syslog
|
||||||
- default_debug
|
- default_debug
|
||||||
- default_log
|
- default_log
|
||||||
dispatch:
|
|
||||||
- default_syslog
|
|
||||||
- default_debug
|
|
||||||
- default_log
|
|
||||||
network:
|
network:
|
||||||
- default_syslog
|
- default_syslog
|
||||||
- default_debug
|
- default_debug
|
||||||
|
@ -152,57 +101,6 @@ bind:
|
||||||
- default_syslog
|
- default_syslog
|
||||||
- default_debug
|
- default_debug
|
||||||
- default_log
|
- default_log
|
||||||
resolver:
|
|
||||||
- auth_servers_log
|
|
||||||
- default_debug
|
|
||||||
cname:
|
|
||||||
- auth_servers_log
|
|
||||||
- default_debug
|
|
||||||
delegation-only:
|
|
||||||
- auth_servers_log
|
|
||||||
- default_debug
|
|
||||||
lame-servers:
|
|
||||||
- auth_servers_log
|
|
||||||
- default_debug
|
|
||||||
edns-disabled:
|
|
||||||
- auth_servers_log
|
|
||||||
- default_debug
|
|
||||||
dnssec:
|
|
||||||
- dnssec_log
|
|
||||||
- default_debug
|
|
||||||
notify:
|
|
||||||
- zone_transfers_log
|
|
||||||
- default_debug
|
|
||||||
xfer-in:
|
|
||||||
- zone_transfers_log
|
|
||||||
- default_debug
|
|
||||||
xfer-out:
|
|
||||||
- zone_transfers_log
|
|
||||||
- default_debug
|
|
||||||
update:
|
|
||||||
- ddns_log
|
|
||||||
- default_debug
|
|
||||||
update-security:
|
|
||||||
- ddns_log
|
|
||||||
- default_debug
|
|
||||||
client:
|
|
||||||
- client_security_log
|
|
||||||
- default_debug
|
|
||||||
security:
|
|
||||||
- client_security_log
|
|
||||||
- default_debug
|
|
||||||
rate-limit:
|
|
||||||
- rate_limiting_log
|
|
||||||
- default_debug
|
|
||||||
spill:
|
|
||||||
- rate_limiting_log
|
|
||||||
- default_debug
|
|
||||||
database:
|
|
||||||
- rate_limiting_log
|
|
||||||
- default_debug
|
|
||||||
rpz:
|
|
||||||
- rpz_log
|
|
||||||
- default_debug
|
|
||||||
queries:
|
queries:
|
||||||
- queries_log
|
- queries_log
|
||||||
query-errors:
|
query-errors:
|
||||||
|
@ -263,7 +161,7 @@ bind:
|
||||||
|
|
||||||
configured_zones: # Debian based systems can have zones using only configured_zones
|
configured_zones: # Debian based systems can have zones using only configured_zones
|
||||||
sub.domain.com: # This zone will be copied from zones_source_dir
|
sub.domain.com: # This zone will be copied from zones_source_dir
|
||||||
file: sub.domain.com # You can optionally specify name fd a file for the zone here.
|
file: sub.domain.com # You can optionally specify name of a file here.
|
||||||
type: master # Yo don't have define zone again in available_zones.
|
type: master # Yo don't have define zone again in available_zones.
|
||||||
# This feature is backward compatibile and only available in debian
|
# This feature is backward compatibile and only available in debian
|
||||||
notify: False # if type master you need specify notify True/False
|
notify: False # if type master you need specify notify True/False
|
||||||
|
|
Loading…
Add table
Reference in a new issue