Skip to content
Snippets Groups Projects
Commit ac7cc4b7 authored by Smaine Kahlouch's avatar Smaine Kahlouch Committed by GitHub
Browse files

Merge pull request #413 from kubespray/fix_etcd_standalone_play

Fix etcd play to only run on non-k8s-cluster nodes
parents c6f21020 d591b592
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
- hosts: all
gather_facts: true
- hosts: etcd
- hosts: etcd:!k8s-cluster
roles:
- { role: kubernetes/preinstall, tags: preinstall }
- { role: etcd, tags: etcd }
- { role: docker, tags: docker }
- { role: etcd, tags: etcd }
- hosts: k8s-cluster
roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment