aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/privbrowse.yml
blob: 8b61d5cc7a06f69fe32fc0460ba34206b077690a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- import_playbook: common.yml
  vars:
    hostlist: privbrowse_servers

- name: configure web service frontends
  hosts: privbrowse_servers
  roles:
    - role: invidious
      tags: invidious

    - role: apache_vhost
      apache_server_name: '{{ invidious_server_name }}'
      apache_server_aliases: []
      apache_config: '{{ invidious_apache_config }}'
      tags: apache

    - role: teddit
      tags: teddit

    - role: apache_vhost
      apache_server_name: '{{ teddit_server_name }}'
      apache_server_aliases: []
      apache_config: '{{ teddit_apache_config }}'
      tags: apache

    - role: nitter
      tags: nitter

    - role: apache_vhost
      apache_server_name: '{{ nitter_server_name }}'
      apache_server_aliases: []
      apache_config: '{{ nitter_apache_config }}'
      tags: apache