aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/ttrss.yml
blob: bb267661da608242b12050f97901eda8ba1e4411 (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
  roles:
    - role: common
      tags: common

    - role: ttrss
      tags: ttrss

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

    - 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