1
0
Fork 0
Install or update Resilio Sync on QNAP NAS.
Find a file
Djuuu d93589271f Use ansible_facts["fact_name"] instead of ansible_ vars
INJECT_FACTS_AS_VARS default to `True` is deprecated
2026-01-29 20:00:25 +01:00
defaults Init resilio_sync_qnap role 2025-01-26 21:09:48 +01:00
meta Init resilio_sync_qnap role 2025-01-26 21:09:48 +01:00
tasks Linting 2026-01-14 23:38:43 +01:00
vars Use ansible_facts["fact_name"] instead of ansible_ vars 2026-01-29 20:00:25 +01:00
.ansible-lint Init resilio_sync_qnap role 2025-01-26 21:09:48 +01:00
LICENSE Init resilio_sync_qnap role 2025-01-26 21:09:48 +01:00
README.md Init resilio_sync_qnap role 2025-01-26 21:09:48 +01:00

Ansible Role: Resilio-Sync-QNAP

Install or update Resilio Sync on QNAP NAS.

Requirements

A QNAP NAS.

Role Variables

Available role variables are listed below, along with default values (see defaults/main.yml):

# Download directory for qpkg package
resilio_downoad_dir: /tmp

Dependencies

None.

Example Playbook

- hosts: all

  gather_facts: true
  gather_subset:
    - "!all"
    - "!min"
    - architecture

  roles:
    - djuuu.resilio_sync_qnap

License

Beerware License