aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/syncthing.yml
blob: 84c3bfc64057c58da78314211b88e8cf0e171002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- name: configure syncthing
  hosts: syncthing_servers
  roles:
    - role: common
      tags: common

    - role: syncthing
      tags: syncthing

    - role: archive_job
      archive_name: syncthing
      archive_shell: '{{ syncthing_archive_shell }}'
      tags: archive

    - role: apache_vhost
      apache_default_vhost: yes
      apache_config: '{{ syncthing_apache_config }}'
      tags: apache