- name: run module on slave node hosts: "{{ hosts }}" gather_facts: False vars: image: "{{ image }}" port: "{{ port }}" path: "{{ path }}" env_file: "{{ env_file}}" roles: - { role: ../roles/run }