24 lines
484 B
YAML
24 lines
484 B
YAML
---
|
|
- hosts: localhost
|
|
become: yes
|
|
roles:
|
|
- role: changedetection/provision/delete
|
|
- role: changedetection/provision/create
|
|
- role: changedetection/provision/start
|
|
vars:
|
|
vmid: 615
|
|
|
|
- hosts: impa
|
|
become: yes
|
|
roles:
|
|
- role: changedetection/enable-ssh
|
|
vars:
|
|
vmid: 615
|
|
|
|
- hosts: changedetection
|
|
become: yes
|
|
roles:
|
|
- role: changedetection/update
|
|
- role: changedetection/install-docker
|
|
- role: changedetection/install-app
|