diff --git a/roles/mgrote_youtubedl/README.md b/friedhof/mgrote_youtubedl/README.md similarity index 100% rename from roles/mgrote_youtubedl/README.md rename to friedhof/mgrote_youtubedl/README.md diff --git a/roles/mgrote_youtubedl/defaults/main.yml b/friedhof/mgrote_youtubedl/defaults/main.yml similarity index 100% rename from roles/mgrote_youtubedl/defaults/main.yml rename to friedhof/mgrote_youtubedl/defaults/main.yml diff --git a/roles/mgrote_youtubedl/handlers/main.yml b/friedhof/mgrote_youtubedl/handlers/main.yml similarity index 100% rename from roles/mgrote_youtubedl/handlers/main.yml rename to friedhof/mgrote_youtubedl/handlers/main.yml diff --git a/roles/mgrote_youtubedl/tasks/main.yml b/friedhof/mgrote_youtubedl/tasks/main.yml similarity index 100% rename from roles/mgrote_youtubedl/tasks/main.yml rename to friedhof/mgrote_youtubedl/tasks/main.yml diff --git a/roles/mgrote_youtubedl/templates/podcast.txt b/friedhof/mgrote_youtubedl/templates/podcast.txt similarity index 100% rename from roles/mgrote_youtubedl/templates/podcast.txt rename to friedhof/mgrote_youtubedl/templates/podcast.txt diff --git a/roles/mgrote_youtubedl/templates/youtube.txt b/friedhof/mgrote_youtubedl/templates/youtube.txt similarity index 100% rename from roles/mgrote_youtubedl/templates/youtube.txt rename to friedhof/mgrote_youtubedl/templates/youtube.txt diff --git a/roles/mgrote_youtubedl/templates/youtubedl.service.j2 b/friedhof/mgrote_youtubedl/templates/youtubedl.service.j2 similarity index 100% rename from roles/mgrote_youtubedl/templates/youtubedl.service.j2 rename to friedhof/mgrote_youtubedl/templates/youtubedl.service.j2 diff --git a/roles/mgrote_youtubedl/templates/youtubedl.timer.j2 b/friedhof/mgrote_youtubedl/templates/youtubedl.timer.j2 similarity index 100% rename from roles/mgrote_youtubedl/templates/youtubedl.timer.j2 rename to friedhof/mgrote_youtubedl/templates/youtubedl.timer.j2 diff --git a/roles/mgrote_youtubedl/templates/youtubedl_mail.service.j2 b/friedhof/mgrote_youtubedl/templates/youtubedl_mail.service.j2 similarity index 100% rename from roles/mgrote_youtubedl/templates/youtubedl_mail.service.j2 rename to friedhof/mgrote_youtubedl/templates/youtubedl_mail.service.j2 diff --git a/host_vars/fileserver3.mgrote.net.yml b/host_vars/fileserver3.mgrote.net.yml index f306155d..7fbe99ae 100644 --- a/host_vars/fileserver3.mgrote.net.yml +++ b/host_vars/fileserver3.mgrote.net.yml @@ -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 smb_users: - name: 'restic' diff --git a/playbooks/3_service/fileserver.yml b/playbooks/3_service/fileserver.yml index c6017e58..f39acd02 100644 --- a/playbooks/3_service/fileserver.yml +++ b/playbooks/3_service/fileserver.yml @@ -8,8 +8,6 @@ roles: - role: mgrote_fileserver_smb tags: "smb" - - role: mgrote_youtubedl - tags: "youtubedl" - role: mgrote_todoist_backup tags: "todoist" - role: mgrote_disable_oom_killer