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: 44-nocodb/provision/delete
vars:
vmid: 644
- role: 44-nocodb/provision/create
vars:
vmid: 644
- role: 44-nocodb/provision/start
vars:
vmid: 644
- hosts: purah
become: yes
roles:
- role: 44-nocodb/enable-ssh
vars:
vmid: 644
- hosts: nocodb
become: yes
roles:
- role: 44-nocodb/update
- role: 44-nocodb/install-docker
- role: 44-nocodb/install-app