Added convertx and nocodb

This commit is contained in:
Lino Silva
2025-06-24 23:26:04 +01:00
parent 5bfb547596
commit 4e52cc6883
21 changed files with 363 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
- 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