feat: add initial setup for pearl server

This commit is contained in:
Jef Roosens 2025-04-24 18:05:28 +02:00
parent 2ae759025c
commit 824d7b8a12
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
14 changed files with 329 additions and 34 deletions

View file

@ -9,6 +9,10 @@
- hosts: pearl
become: true
roles:
# - 'any.common.enable-testing'
- 'any.common.debian-repositories'
- 'any.common.debian-user'
- 'any.tools.default'
- 'any.tools.docker'
- 'any.tools.restic'
- 'any.tools.caddy'
tags: base