feat: Add hortusfox

This commit is contained in:
Lino Silva
2026-01-06 10:29:59 +00:00
parent b03d12bbc3
commit f68ae14096
11 changed files with 200 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
- hosts: localhost
become: yes
roles:
- role: 52-hortusfox/provision/delete
vars:
vmid: 652
- role: 52-hortusfox/provision/create
vars:
vmid: 652
- role: 52-hortusfox/provision/start
vars:
vmid: 652
- hosts: purah
become: yes
roles:
- role: 52-hortusfox/enable-ssh
vars:
vmid: 652
- hosts: hortusfox
become: yes
roles:
- role: 52-hortusfox/update
- role: 52-hortusfox/install-docker
- role: 52-hortusfox/install-app