aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/ttrss.yml
blob: befd1577101f2e74bf59266406d6737b0bac59ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- import_playbook: common.yml
  tags: common
  vars:
    hostlist: ttrss_servers

- name: configure tinytinyrss
  hosts: ttrss_servers
  tags: ttrss
  roles:
    - role: ttrss

    - role: apache_vhost
      apache_default_vhost: yes
      apache_canonical_hostname: '{{ ttrss_server_name }}'
      apache_document_root: '{{ ttrss_home }}'
      apache_config: '{{ ttrss_apache_config }}'
      tags: apache

    - role: php
      php_fpm_environment: '{{ ttrss_php_environment }}'
      tags: php