--- - hosts: all become: yes vars_files: - vars/default_vars.yml - vars/{{ ansible_local.local_facts.os_ver }}.yml - vars/local_vars.yml - /etc/iiab/config_vars.yml roles: - { role: 0-init, tags: ['0-init'] } - { role: "{{ role_to_run }}", tags: ['run'] }