aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/ttrss.yml
blob: 337258e12004b795a78101fe887d5ee05141e3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- name: configure tinytinyrss
  hosts: ttrss_servers
  tags: ttrss
  roles:
    - role: common
      tags: common

    - 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