sdfgsdf
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 57s
ansible-lint / Ansible Lint (pull_request) Successful in 1m18s

This commit is contained in:
Michael Grote 2025-01-18 16:00:45 +01:00
parent 4e7a695722
commit 33436dfbdb
11 changed files with 0 additions and 26 deletions

View file

@ -1,28 +1,4 @@
--- ---
### mgrote_youtubedl
ytdl_dl_url: "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp"
ytdl_timer: "Tue,Sat 03:00"
ytdl_bin_path: /usr/local/bin/yt-dlp
ytdl_active: true
ytdl_video_urls:
- https://www.youtube.com/c/100SekundenPhysik/videos #100 sekunden physik
- https://www.youtube.com/c/Handwerkskunst/videos #swr handwerkskunst kanal
- https://www.youtube.com/playlist?list=PLPM-eyPokAWNhhDNO4YzC5cGRwuI2ykwE # music
- https://www.youtube.com/playlist?list=PLPM-eyPokAWNnDxuyX131R5wkl8fzvu7D # lost and found
- https://www.youtube.com/playlist?list=PLPM-eyPokAWPmStfh37roJge-JuLfgma0 # lost and found 2
- https://www.youtube.com/watch?v=TowKvEJcYDw&list=PLlQWnS27jXh9aEp7hl54xrk5CgiVbvMBy # arte - zu Tisch in...
ytdl_video_output: "/shares_videos/Youtube/%(uploader)s/%(title)s-%(id)s.%(ext)s" # Videos werden jetzt IMMER nach "Uploader/Name.ext" geschrieben
ytdl_enable_video_download: true
ytdl_enable_podcast_download: false
ytdl_podcast_output: "/shares_music/Podcasts/%(playlist)s/%(id)s.%(ext)s"
ytdl_video_log_output: "/shares_videos/Youtube/archive-youtube.log"
ytdl_podcast_log_output: "/shares_music/Podcasts/archive-podcast.log"
ytdl_conf_dir: "/etc/youtubedl" # ohne / am ende
ytdl_download_limit: "10000K"
### mgrote_fileserver_smb ### mgrote_fileserver_smb
smb_users: smb_users:
- name: 'restic' - name: 'restic'

View file

@ -8,8 +8,6 @@
roles: roles:
- role: mgrote_fileserver_smb - role: mgrote_fileserver_smb
tags: "smb" tags: "smb"
- role: mgrote_youtubedl
tags: "youtubedl"
- role: mgrote_todoist_backup - role: mgrote_todoist_backup
tags: "todoist" tags: "todoist"
- role: mgrote_disable_oom_killer - role: mgrote_disable_oom_killer