feat: Change detection
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user