role mastodon added
This commit is contained in:
17
roles/mastodon/tasks/main.yml
Normal file
17
roles/mastodon/tasks/main.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# Load distro specific variables
|
||||
- include_vars: "{{ ansible_distribution }}.yml"
|
||||
tags: always
|
||||
- include_vars: "{{ ansible_fqdn }}.yml"
|
||||
ignore_errors: True
|
||||
|
||||
- include_tasks: system_setup/prepare_packagemanager.yml
|
||||
|
||||
- include_role: name=database
|
||||
- include_tasks: system_setup/prepare_database.yml
|
||||
- include_role: name=webserver
|
||||
- include_tasks: system_setup/nginx.yml
|
||||
- include_tasks: system_setup/user.yml
|
||||
- include_tasks: system_setup/ruby.yml
|
||||
- include_tasks: system_setup/mastodon.yml
|
||||
- include_tasks: system_setup/letsencrypt.yml
|
||||
Reference in New Issue
Block a user