Ver código fonte

Role ffdo.authentication is now part of all plays to ensure we can login

Till Klocke 9 anos atrás
pai
commit
7490e72bce

+ 1 - 1
playbooks/manage-users.yml

@@ -2,4 +2,4 @@
 - hosts: all
   sudo: true
   roles:
-  - usermanage
+  - ffdo.authentication

+ 1 - 0
playbooks/mapserver.yml

@@ -4,4 +4,5 @@
 
 - hosts: mapservers
   roles:
+  - ffdo.authentication
   - ffdo.mapserver

+ 1 - 0
playbooks/mesh.yml

@@ -2,5 +2,6 @@
 
 - hosts: all
   roles:
+  - ffdo.authentication
   - ffdo.batman
   - ffdo.mesh-interfaces

+ 1 - 0
playbooks/supernode.yml

@@ -5,5 +5,6 @@
 - hosts: supernodes
   sudo: true
   roles:
+  - ffdo.authentication
   - ffdo.peering
   - ffdo.supernode