aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/dav.yml
blob: c87d20457b7aad7e0bd87ba9fc673ae7e69ef69e (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
- name: configure sabredav
  hosts: dav_servers
  roles:
    - role: common
      tags: common

    - role: sabredav
      tags: sabredav,dav

    - role: apache_vhost
      apache_default_vhost: yes
      apache_document_root: '{{ sabredav_home }}'
      apache_config: '{{ sabredav_apache_config }}'
      tags: apache

    - role: php
      php_fpm_environment: '{{ sabredav_php_environment }}'
      php_fpm_admin_flags: '{{ sabredav_php_flags }}'
      tags: php

    - role: archive_job
      archive_name: webdav
      archive_shell: '{{ sabredav_archive_shell }}'
      tags: archive