Skip to content
Snippets Groups Projects
Commit 94c0c327 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

The etcd role is run on all the servers

parent b155e8cc
Branches
Tags
No related merge requests found
...@@ -4,12 +4,9 @@ ...@@ -4,12 +4,9 @@
roles: roles:
- { role: download, tags: download } - { role: download, tags: download }
- hosts: etcd
roles:
- { role: etcd, tags: etcd }
- hosts: k8s-cluster - hosts: k8s-cluster
roles: roles:
- { role: etcd, tags: etcd }
- { role: docker, tags: docker } - { role: docker, tags: docker }
- { role: dnsmasq, tags: dnsmasq } - { role: dnsmasq, tags: dnsmasq }
- { role: network_plugin, tags: ['calico', 'flannel', 'network'] } - { role: network_plugin, tags: ['calico', 'flannel', 'network'] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment