Compare commits
3 Commits
production
...
nsd
Author | SHA1 | Date | |
---|---|---|---|
4de1d51fef | |||
5d5ac9b075 | |||
eab80e0573 |
@ -2,6 +2,7 @@
|
||||
- firewalld
|
||||
- keepalived
|
||||
- nginx
|
||||
- nsd
|
||||
- openssh
|
||||
- postfix
|
||||
- prometheus
|
||||
|
6
pillar/id/moni_lysergic_dev.sls
Normal file
6
pillar/id/moni_lysergic_dev.sls
Normal file
@ -0,0 +1,6 @@
|
||||
nsd:
|
||||
config_data:
|
||||
ip-address:
|
||||
- 127.0.0.1@5353
|
||||
- 192.168.0.160@5353
|
||||
ip4-only: 'yes'
|
5
pillar/id/opaon_home_lysergic_dev.sls
Normal file
5
pillar/id/opaon_home_lysergic_dev.sls
Normal file
@ -0,0 +1,5 @@
|
||||
nsd:
|
||||
config_data:
|
||||
ip-address:
|
||||
- 127.0.0.1@5353
|
||||
- 192.168.20.3@5353
|
6
pillar/id/orpheus_psyched_dev.sls
Normal file
6
pillar/id/orpheus_psyched_dev.sls
Normal file
@ -0,0 +1,6 @@
|
||||
nsd:
|
||||
config_data:
|
||||
ip-address:
|
||||
- 127.0.0.3
|
||||
- 192.168.0.115@5353
|
||||
ip4-only: 'yes'
|
5
pillar/id/therapon_rigel_lysergic_dev.sls
Normal file
5
pillar/id/therapon_rigel_lysergic_dev.sls
Normal file
@ -0,0 +1,5 @@
|
||||
nsd:
|
||||
config_data:
|
||||
ip-address:
|
||||
- 127.0.0.1@5353
|
||||
- 10.0.10.2@5353
|
35
pillar/role/dns/nsd.sls
Normal file
35
pillar/role/dns/nsd.sls
Normal file
@ -0,0 +1,35 @@
|
||||
nsd:
|
||||
config_data:
|
||||
server:
|
||||
hide-version: 'yes'
|
||||
verbosity: 2
|
||||
database: ""
|
||||
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'}
|
2
salt/role/dns/nsd.sls
Normal file
2
salt/role/dns/nsd.sls
Normal file
@ -0,0 +1,2 @@
|
||||
include:
|
||||
- nsd
|
Loading…
Reference in New Issue
Block a user