ansible-role-web_mastodon/tasks/main.yml

25 lines
469 B
YAML
Raw Permalink Normal View History

2022-10-11 09:19:16 +02:00
---
- 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