Commit 8cf36d74 authored by Eric Paris's avatar Eric Paris

Declare etcd roles in meta rather then top level playbook

parent 83bd4d09
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
- hosts: etcd - hosts: etcd
sudo: yes sudo: yes
roles: roles:
- common
- etcd - etcd
tags: tags:
- etcd - etcd
...@@ -31,8 +30,6 @@ ...@@ -31,8 +30,6 @@
- hosts: masters - hosts: masters
sudo: yes sudo: yes
roles: roles:
- common
- kubernetes
- master - master
tags: tags:
- masters - masters
...@@ -50,8 +47,6 @@ ...@@ -50,8 +47,6 @@
- hosts: nodes - hosts: nodes
sudo: yes sudo: yes
roles: roles:
- common
- kubernetes
- node - node
tags: tags:
- nodes - nodes
---
dependencies:
- { role: common }
--- ---
dependencies: dependencies:
- { role: common }
- { role: docker } - { role: docker }
- { role: kubernetes } - { role: kubernetes }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment