PyTivo - add variables

This commit is contained in:
bcurran3 2020-04-21 21:24:00 -07:00 committed by GitHub
parent c354802d71
commit 58dc57c3e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
###
@ -823,4 +839,4 @@ vd_users:
- username: "{{ ansible_nas_user }}"
password: "topsecret"
sudo: "Y"
vd_rdp_port: 3389
vd_rdp_port: 3389