1
0
Fork 0
Install or update Plex media server on QNAP NAS
Find a file
2025-01-26 21:01:29 +01:00
defaults Init plex_qnap role 2024-11-03 20:11:51 +01:00
meta Init plex_qnap role 2024-11-03 20:11:51 +01:00
tasks Increase installation completion watch interval 2025-01-26 21:01:29 +01:00
vars Init plex_qnap role 2024-11-03 20:11:51 +01:00
.ansible-lint Init plex_qnap role 2024-11-03 20:11:51 +01:00
LICENSE Init plex_qnap role 2024-11-03 20:11:51 +01:00
README.md Init plex_qnap role 2024-11-03 20:11:51 +01:00

Ansible Role: Plex-QNAP

Install or update Plex Media Server 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
plex_download_dir: /tmp

# Your Plex server URL (for version check)
plex_server_url: https://plex.example.net

# Optional token (For beta server update channel, requires Plex Pass)
# https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
plex_token:

Dependencies

None.

Example Playbook

- hosts: all

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

  roles:
    - djuuu.plex_qnap

License

Beerware License