浏览代码

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