Updates for packages

This commit is contained in:
2024-09-02 23:54:57 -05:00
parent f139ea55b4
commit 59b3181d61
17 changed files with 473 additions and 54 deletions

View File

@@ -5,6 +5,8 @@
package:
name:
- emby-server
- perl-image-exiftool
- ffmpeg
- name: Yggdrasil directories
become: yes
@@ -15,16 +17,16 @@
group: http
mode: 2750
loop:
- /srv/yggdrasil
- /srv/yggdrasil/Digital_Library
- /srv/yggdrasil/Music
- /srv/yggdrasil/Videos
- /srv/yggdrasil/Videos/Shows
- /srv/yggdrasil/Videos/Movies
- /srv/yggdrasil/Software
- /home/yggdrasil
- /home/yggdrasil/Digital_Library
- /home/yggdrasil/Music
- /home/yggdrasil/Videos
- /home/yggdrasil/Videos/Shows
- /home/yggdrasil/Videos/Movies
- /home/yggdrasil/Software
- name: LiveTV channels
command: /bin/bash -c "curl -s https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us.m3u | egrep -A 1 '{{ iptv_location }}' 2>&1 | egrep -v '^--$'"
command: /bin/bash -c "curl -s https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us.m3u | grep -A 1 -E '{{ iptv_location }}' 2>&1 | grep -vE '^--$'"
register: livetv_channels
- name: Write to file