feat: Add ghost and dawarich

This commit is contained in:
Lino Silva
2025-08-29 22:21:30 +01:00
parent 877b4581af
commit ba250ae6ab
23 changed files with 591 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
---
- hosts: localhost
become: yes
roles:
- role: 47-ghost/provision/delete
vars:
vmid: 647
- role: 47-ghost/provision/create
vars:
vmid: 647
- role: 47-ghost/provision/start
vars:
vmid: 647
- hosts: purah
become: yes
roles:
- role: 47-ghost/enable-ssh
vars:
vmid: 647
- hosts: ghost
become: yes
roles:
- role: 47-ghost/update
- role: 47-ghost/install-docker
- role: 47-ghost/install-app