diff --git a/cluster.yml b/cluster.yml index 11fd08f445d5f76f1f41407d61c099cba6df479c..3d430aa0ad8a746bd8a05ad2ba505df09d5828b1 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 }