- hosts: all become: yes vars_files: - vars/default_vars.yml - vars/{{ ansible_local.local_facts.os_ver }}.yml - /etc/iiab/local_vars.yml roles: - { role: 0-init } - { role: sshd } - { role: openvpn }