28 lines
510 B
YAML
28 lines
510 B
YAML
---
|
|
- hosts: localhost
|
|
become: yes
|
|
roles:
|
|
- role: 43-convertx/provision/delete
|
|
vars:
|
|
vmid: 643
|
|
- role: 43-convertx/provision/create
|
|
vars:
|
|
vmid: 643
|
|
- role: 43-convertx/provision/start
|
|
vars:
|
|
vmid: 643
|
|
|
|
- hosts: purah
|
|
become: yes
|
|
roles:
|
|
- role: 43-convertx/enable-ssh
|
|
vars:
|
|
vmid: 643
|
|
|
|
- hosts: convertx
|
|
become: yes
|
|
roles:
|
|
- role: 43-convertx/update
|
|
- role: 43-convertx/install-docker
|
|
- role: 43-convertx/install-app
|