mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 08:48:04 +00:00
PyTivo - add variables
This commit is contained in:
parent
c354802d71
commit
58dc57c3e0
1 changed files with 17 additions and 1 deletions
|
@ -95,6 +95,9 @@ ubooquity_enabled: false
|
|||
# Joomla
|
||||
joomla_enabled: false
|
||||
|
||||
# PyTivo
|
||||
pytivo_enabled: false
|
||||
|
||||
# SEO
|
||||
serposcope_enabled: false
|
||||
|
||||
|
@ -406,6 +409,19 @@ plex_user_id: "0"
|
|||
plex_group_id: "0"
|
||||
plex_port: "32400"
|
||||
|
||||
###
|
||||
### PyTivo
|
||||
###
|
||||
pytivo_available_externally: "false"
|
||||
pytivo_config_directory: "{{ docker_home }}/pytivo/config"
|
||||
pytivo_movies_directory: "{{ movies_root }}"
|
||||
pytivo_tv_directory: "{{ tv_root }}"
|
||||
pytivo_photos_directory: "{{ photos_root }}"
|
||||
pytivo_music_directory: "{{ music_root }}"
|
||||
pytivo_podcasts_directory: "{{ podcasts_root }}"
|
||||
pytivo_user_id: "0"
|
||||
pytivo_group_id: "0"
|
||||
|
||||
###
|
||||
### Homebridge
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue