--- - name: Play for all hosts hosts: all vars_files: - 'vars/vault.yaml' roles: - role: grog.package - role: coredotbin.openssh - role: oefenweb.fail2ban - role: ironicbadger.bash_aliases - name: Play for Docker hosts hosts: docker_hosts vars_files: - 'vars/vault.yaml' roles: - role: coredotbin.docker - role: ironicbadger.docker_compose_generator tags: - compose