diff --git a/cluster.yml b/cluster.yml index 11fd08f44..3d430aa0a 100644 --- a/cluster.yml +++ b/cluster.yml @@ -1,4 +1,9 @@ --- +- hosts: downloader + sudo: no + roles: + - { role: download, tags: download } + - hosts: k8s-cluster roles: - { role: common, tags: common }