feat: Added youtube-downloader
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user