Added convertx and nocodb
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user