Skip to content
Snippets Groups Projects
Commit 62ffff20 authored by shirenn's avatar shirenn 🌊
Browse files

[bind9] Deploy bind9 on en7

parent 36dc7429
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,8 @@ ...@@ -2,3 +2,8 @@
interfaces: interfaces:
adm: ens18 adm: ens18
renater: ens19 renater: ens19
loc_bind:
default:
type: slave
primaries: "{{ query('ldap', 'ip', 'silice', 'adm') }}"
...@@ -5,7 +5,7 @@ interfaces: ...@@ -5,7 +5,7 @@ interfaces:
loc_bind: loc_bind:
options: options:
secondaries: "{{ query('ldap', 'ip', 'sputnik', 'adm') }}" secondaries: "{{ query('ldap', 'ip', 'sputnik', 'adm') | union(query('ldap', 'ip', 'en7', 'adm')) }}"
key_directory: "/var/cache/bind/keys" key_directory: "/var/cache/bind/keys"
default: default:
format: 'generated/%s.db' format: 'generated/%s.db'
......
...@@ -56,6 +56,7 @@ gitlab_runner ...@@ -56,6 +56,7 @@ gitlab_runner
cas.adm.crans.org cas.adm.crans.org
[dns_authoritative] [dns_authoritative]
en7.adm.crans.org
silice.adm.crans.org silice.adm.crans.org
sputnik.adm.crans.org sputnik.adm.crans.org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment