2021-04-01 23:00:17 +02:00
|
|
|
# yamllint disable rule:indentation rule:line-length
|
|
|
|
# Debian-9
|
|
|
|
---
|
|
|
|
values:
|
|
|
|
added_in_defaults: defaults_value
|
|
|
|
added_in_lookup: lookup_value
|
|
|
|
added_in_pillar: pillar_value
|
|
|
|
arch: amd64
|
2021-04-02 00:22:15 +02:00
|
|
|
config: /etc/nsd/nsd.conf
|
2023-02-17 00:07:24 +01:00
|
|
|
config_data:
|
|
|
|
remote-control:
|
|
|
|
control-enable: 'yes'
|
|
|
|
control-interface: /run/nsd.sock
|
|
|
|
server:
|
|
|
|
hide-version: 'yes'
|
|
|
|
ip-address: 127.0.0.1
|
|
|
|
port: 53530
|
|
|
|
verbosity: 2
|
2021-04-02 00:22:15 +02:00
|
|
|
config_include_dir: "/etc/nsd/nsd.conf.d"
|
|
|
|
config_include_glob: "*.conf"
|
2021-04-01 23:00:17 +02:00
|
|
|
lookup:
|
|
|
|
added_in_lookup: lookup_value
|
|
|
|
master: template-master
|
|
|
|
winner: lookup
|
|
|
|
map_jinja:
|
|
|
|
sources:
|
|
|
|
- Y:G@osarch
|
|
|
|
- Y:G@os_family
|
|
|
|
- Y:G@os
|
|
|
|
- Y:G@osfinger
|
2021-04-01 23:00:17 +02:00
|
|
|
- C@nsd:lookup
|
|
|
|
- C@nsd
|
2021-04-01 23:00:17 +02:00
|
|
|
- Y:G@id
|
|
|
|
master: template-master
|
|
|
|
pkg:
|
2021-04-02 00:22:15 +02:00
|
|
|
name: nsd
|
2021-04-01 23:00:17 +02:00
|
|
|
rootgroup: root
|
|
|
|
service:
|
2021-04-02 00:22:15 +02:00
|
|
|
name: nsd
|
2021-04-01 23:00:17 +02:00
|
|
|
tofs:
|
|
|
|
files_switch:
|
|
|
|
- any/path/can/be/used/here
|
|
|
|
- id
|
|
|
|
- roles
|
|
|
|
- osfinger
|
|
|
|
- os
|
|
|
|
- os_family
|
|
|
|
source_files:
|
2021-04-01 23:00:17 +02:00
|
|
|
nsd-config-file-file-managed:
|
2021-04-02 00:22:15 +02:00
|
|
|
- nsd.conf.jinja
|
2021-04-01 23:00:17 +02:00
|
|
|
winner: pillar
|
2021-04-03 13:34:28 +02:00
|
|
|
zones:
|
|
|
|
168.192.in-addr.arpa: {}
|
|
|
|
example.test:
|
|
|
|
multi-master-check: false
|
|
|
|
zones_dir: "/etc/nsd/zones"
|
|
|
|
|