소스 검색

only create gretap tunnels for mesh hosts

Markus Lindenberg 7 년 전
부모
커밋
55d97e124c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/mesh-interfaces/templates/mesh-tunnel.cfg.j2

+ 1 - 1
roles/mesh-interfaces/templates/mesh-tunnel.cfg.j2

@@ -1,4 +1,4 @@
-{% for host in groups['all'] %}
+{% for host in groups['mesh'] %}
 {% if hostvars[host]['inventory_hostname'] != inventory_hostname %}
 auto mesh-{{hostvars[host]['inventory_hostname_short']}}
 iface mesh-{{hostvars[host]['inventory_hostname_short']}} inet manual