Sfoglia il codice sorgente

Creation of gre tunnels etc. is now its own play which spans over all hosts so all facts are agthered

Till Klocke 10 anni fa
parent
commit
1df408df58
3 ha cambiato i file con 11 aggiunte e 4 eliminazioni
  1. 3 2
      playbooks/mapserver.yml
  2. 6 0
      playbooks/mesh.yml
  3. 2 2
      playbooks/supernode.yml

+ 3 - 2
playbooks/mapserver.yml

@@ -1,6 +1,7 @@
 ---
+
+- include: mesh.yml
+
 - hosts: mapservers
   roles:
-  - ffdo.batman
-  - ffdo.mesh-interfaces
   - ffdo.mapserver

+ 6 - 0
playbooks/mesh.yml

@@ -0,0 +1,6 @@
+---
+
+- hosts: all
+  roles:
+  - ffdo.batman
+  - ffdo.mesh-interfaces

+ 2 - 2
playbooks/supernode.yml

@@ -1,9 +1,9 @@
 ---
 
+- include: mesh.yml
+
 - hosts: supernodes
   sudo: true
   roles:
-  - ffdo.batman
-  - ffdo.mesh-interfaces
   - ffdo.peering
   - ffdo.supernode