Install or update Plex Media Server on QNAP NAS.
A QNAP NAS.
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:
None.
- hosts: all
gather_facts: true
gather_subset:
- "!all"
- "!min"
- architecture
roles:
- djuuu.plex_qnap
Beerware License