From 0b78bee4b0154010c6d0d86ef19bc0b649a4aa3e Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 1 Mar 2021 10:09:51 +0000
Subject: [PATCH] Do not serialize the 'base' role

The base role needs the 'peer_ip' host var from other hosts, so
we have to run the fact discovery step on all hosts before starting
to execute tasks.
---
 site.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/site.yml b/site.yml
index da3e611..920c442 100644
--- a/site.yml
+++ b/site.yml
@@ -3,10 +3,6 @@
 - hosts: all
   roles:
     - base
-  serial:
-    - 1
-    - 1
-    - "100%"
 
 - hosts: etcd
   roles:
-- 
GitLab