Remove downloader host

This commit is contained in:
Antoine Legrand
2016-01-21 21:18:45 +01:00
parent e95c4739f5
commit 078b67c50f
10 changed files with 13 additions and 29 deletions

View File

@@ -1,10 +1,7 @@
---
- hosts: downloader
roles:
- { role: download, tags: download }
- hosts: k8s-cluster
roles:
- { role: download, tags: download }
- { role: kubernetes/preinstall, tags: preinstall }
- { role: docker, tags: docker }
- { role: kubernetes/node, tags: node }