28 lines
486 B
YAML
28 lines
486 B
YAML
---
|
|
- hosts: localhost
|
|
become: yes
|
|
roles:
|
|
- role: 47-ghost/provision/delete
|
|
vars:
|
|
vmid: 647
|
|
- role: 47-ghost/provision/create
|
|
vars:
|
|
vmid: 647
|
|
- role: 47-ghost/provision/start
|
|
vars:
|
|
vmid: 647
|
|
|
|
- hosts: purah
|
|
become: yes
|
|
roles:
|
|
- role: 47-ghost/enable-ssh
|
|
vars:
|
|
vmid: 647
|
|
|
|
- hosts: ghost
|
|
become: yes
|
|
roles:
|
|
- role: 47-ghost/update
|
|
- role: 47-ghost/install-docker
|
|
- role: 47-ghost/install-app
|