--- - include_tasks: repositories.yml when: os_family == "debian" - include_tasks: packages.yml become: true - include_tasks: ufw.yml become: true tags: - firewall - include_tasks: user.yml become: true - include_tasks: ruby.yml become: true become_user: mastodon - include_tasks: mastodon.yml become: true become_user: mastodon - include_tasks: letsencrypt.yml become: true tags: - letsencrypt - include_tasks: nginx.yml become: true