Browse Source

keep host downloader

pull/41/head
Smaine Kahlouch 9 years ago
parent
commit
a11e0cb3d1
1 changed files with 5 additions and 0 deletions
  1. 5
      cluster.yml

5
cluster.yml

@ -1,4 +1,9 @@
--- ---
- hosts: downloader
sudo: no
roles:
- { role: download, tags: download }
- hosts: k8s-cluster - hosts: k8s-cluster
roles: roles:
- { role: common, tags: common } - { role: common, tags: common }

Loading…
Cancel
Save