51 lines
998 B
YAML
51 lines
998 B
YAML
# yamllint disable rule:indentation rule:line-length
|
|
# Gentoo-2
|
|
---
|
|
values:
|
|
added_in_defaults: defaults_value
|
|
added_in_lookup: lookup_value
|
|
added_in_pillar: pillar_value
|
|
arch: amd64
|
|
config: /etc/nsd/nsd.conf
|
|
config_files:
|
|
10-server: local-nsd-for-unbound
|
|
config_include_dir: "/etc/nsd/nsd.conf.d"
|
|
config_include_glob: "*.conf"
|
|
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
|
|
- C@nsd:lookup
|
|
- C@nsd
|
|
- Y:G@id
|
|
master: template-master
|
|
pkg:
|
|
name: nsd
|
|
rootgroup: root
|
|
service:
|
|
name: nsd
|
|
tofs:
|
|
files_switch:
|
|
- any/path/can/be/used/here
|
|
- id
|
|
- roles
|
|
- osfinger
|
|
- os
|
|
- os_family
|
|
source_files:
|
|
nsd-config-file-file-managed:
|
|
- nsd.conf.jinja
|
|
winner: pillar
|
|
zones:
|
|
168.192.in-addr.arpa: {}
|
|
example.test:
|
|
multi-master-check: false
|
|
zones_dir: "/etc/nsd/zones"
|
|
|