28 lines
518 B
YAML
28 lines
518 B
YAML
---
|
|
- hosts: localhost
|
|
become: yes
|
|
roles:
|
|
- role: 52-hortusfox/provision/delete
|
|
vars:
|
|
vmid: 652
|
|
- role: 52-hortusfox/provision/create
|
|
vars:
|
|
vmid: 652
|
|
- role: 52-hortusfox/provision/start
|
|
vars:
|
|
vmid: 652
|
|
|
|
- hosts: purah
|
|
become: yes
|
|
roles:
|
|
- role: 52-hortusfox/enable-ssh
|
|
vars:
|
|
vmid: 652
|
|
|
|
- hosts: hortusfox
|
|
become: yes
|
|
roles:
|
|
- role: 52-hortusfox/update
|
|
- role: 52-hortusfox/install-docker
|
|
- role: 52-hortusfox/install-app
|