Files
k3s-ansible/playbook-youtube-downloader.yml
2023-04-19 15:23:26 +01:00

24 lines
508 B
YAML

---
- 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