feat: Change detection

This commit is contained in:
Lino Silva
2023-04-19 15:50:07 +01:00
parent 71a4005bbf
commit c60e378f81
12 changed files with 164 additions and 1 deletions
+23
View File
@@ -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