aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/mastodon.yml
blob: 8c7b3812fce6c1e331524896480b444329dcb9be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- name: configure mastodon servers
  hosts: mastodon_servers
  roles:
    - role: common
      tags: common

    - role: mastodon
      tags: mastodon

    - role: apache_vhost
      apache_server_name: '{{ mastodon_web_domain }}'
      apache_server_aliases: []
      apache_letsencrypt: yes
      apache_redirect_to_https: yes
      apache_document_root: '{{ mastodon_webroot }}'
      apache_config: '{{ mastodon_apache_config }}'
      tags: apache