feat: Added youtube-downloader

This commit is contained in:
Lino Silva
2023-04-19 15:23:26 +01:00
parent 09ddf680a7
commit d75ad58f5a
11 changed files with 164 additions and 4 deletions
+23
View File
@@ -0,0 +1,23 @@
---
- hosts: localhost
become: yes
roles:
- role: youtube-downloader/provision/delete
- role: youtube-downloader/provision/create
- role: youtube-downloader/provision/start
vars:
vmid: 614
- hosts: impa
become: yes
roles:
- role: youtube-downloader/enable-ssh
vars:
vmid: 614
- hosts: youtube-downloader
become: yes
roles:
- role: youtube-downloader/update
- role: youtube-downloader/install-docker
- role: youtube-downloader/install-app