Skip to content
Snippets Groups Projects
Commit 0b78bee4 authored by ale's avatar ale
Browse files

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.
parent d671defa
Branches
No related tags found
No related merge requests found
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
- hosts: all - hosts: all
roles: roles:
- base - base
serial:
- 1
- 1
- "100%"
- hosts: etcd - hosts: etcd
roles: roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment