Files
k3s-ansible/playbook-43-convertx.yml
T
2025-06-24 23:26:04 +01:00

28 lines
510 B
YAML

---
- hosts: localhost
become: yes
roles:
- role: 43-convertx/provision/delete
vars:
vmid: 643
- role: 43-convertx/provision/create
vars:
vmid: 643
- role: 43-convertx/provision/start
vars:
vmid: 643
- hosts: purah
become: yes
roles:
- role: 43-convertx/enable-ssh
vars:
vmid: 643
- hosts: convertx
become: yes
roles:
- role: 43-convertx/update
- role: 43-convertx/install-docker
- role: 43-convertx/install-app