24 lines
508 B
YAML
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
|