common role in order to support other linux distribs

This commit is contained in:
Smaine Kahlouch
2015-12-30 22:15:18 +01:00
parent 9f07f2a951
commit dbb6f4934e
15 changed files with 17619 additions and 162 deletions

View File

@@ -1,11 +1,7 @@
---
- hosts: downloader
sudo: no
roles:
- { role: download, tags: download }
- hosts: k8s-cluster
roles:
- { role: common, tags: common }
- { role: docker, tags: docker }
- { role: kubernetes/node, tags: node }
- { role: etcd, tags: etcd }