Skip to content

Install or update Plex media server on QNAP NAS

License

Notifications You must be signed in to change notification settings

Djuuu/ansible-role-plex-qnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Install or update Plex media server on QNAP NAS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published