add super-productivity

This commit is contained in:
Lino Silva
2025-06-30 11:12:02 +01:00
parent 4e52cc6883
commit 82530f4248
12 changed files with 171 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
---
- hosts: localhost
become: yes
roles:
- role: 45-super-productivity/provision/delete
vars:
vmid: 645
- role: 45-super-productivity/provision/create
vars:
vmid: 645
- role: 45-super-productivity/provision/start
vars:
vmid: 645
- hosts: purah
become: yes
roles:
- role: 45-super-productivity/enable-ssh
vars:
vmid: 645
- hosts: super-productivity
become: yes
roles:
- role: 45-super-productivity/update
- role: 45-super-productivity/install-docker
- role: 45-super-productivity/install-app