Files
k3s-ansible/playbook-changedetection.yml
T
2023-04-19 15:50:07 +01:00

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