Browse Source

Add dns-recursor + ldap-replica's to highstate (+ anycast-healtchecker)

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 1 year ago
parent
commit
68128595d9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      top.sls

+ 6 - 0
top.sls

@@ -109,6 +109,12 @@ base:
     - match: pillar
     - dns-server
 
+  # DNS recursor
+  nodes:{{ grains['id'] }}:roles:dns-recursor:
+    - match: pillar
+    - dns-server
+    - anycast-healthchecker
+
   # Webfrontend
   nodes:{{ grains['id'] }}:roles:frontend:
     - match: pillar