소스 검색

Install dhcp-server on nodes with role 'batman_gw'.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 7 년 전
부모
커밋
fb24c29013
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      top.sls

+ 6 - 1
top.sls

@@ -34,11 +34,16 @@ base:
     - match: pillar
     - bird
 
-  # Batman node?
+  # Batman node
   nodes:{{ grains['id'] }}:roles:batman:
     - match: pillar
     - batman
 
+  # Batman gateway
+  nodes:{{ grains['id'] }}:roles:batman_gw:
+    - match: pillar
+    - dhcp-server
+
   # BRAS / Fastd
   nodes:{{ grains['id'] }}:roles:fastd:
     - match: pillar