Compare commits

..

No commits in common. "a7968d6ceeebd78c2b3f6a4a61b3f2fd91f1f332" and "51da14de69ac98ddd49cae393a76d64bded041b0" have entirely different histories.

3 changed files with 0 additions and 41 deletions

View File

@ -2,7 +2,6 @@
- firewalld - firewalld
- keepalived - keepalived
- nginx - nginx
- nsd
- openssh - openssh
- postfix - postfix
- prometheus - prometheus

View File

@ -1,38 +0,0 @@
nsd:
config_data:
server:
hide-version: 'yes'
ip-address:
- '127.0.0.1@5353'
- '192.168.0.160@5353'
verbosity: 2
ip4-only: 'yes'
remote-control:
control-enable: 'yes'
control-interface: '/run/nsd/nsd.sock'
zones:
lysergic.dev:
zone_source: salt://zones/lysergic.dev.zone
allow-notify: 192.168.0.115 tsig.lysergic.dev.
request-xfr: 10.0.10.2@5353 tsig.lysergic.dev.
outgoing-interface: 192.168.0.160
psyched.dev:
zone_source: salt://zones/psyched.dev.zone
allow-notify: 192.168.0.115 tsig.psyched.dev.
request-xfr: 10.0.10.2@5353 tsig.psyched.dev.
outgoing-interface: 192.168.0.160
syscid.com:
zone_source: salt://zones/syscid.com.zone
allow-notify: 192.168.0.115 tsig.syscid.com.
request-xfr: 10.0.10.2@5353 tsig.syscid.com.
outgoing-interface: 192.168.0.160
keys:
tsig.lysergic.dev.:
algorithm: hmac-sha512
secret: ${'secret_nsd:tsig_key:lysergic_dev'}
tsig.syscid.com.:
algorithm: hmac-sha512
secret: ${'secret_nsd:tsig_key:syscid_com'}
tsig.psyched.dev.:
algorithm: hmac-sha512
secret: ${'secret_nsd:tsig_key:psyched_dev'}

View File

@ -1,2 +0,0 @@
include:
- nsd