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

@ -1,8 +1,9 @@
---
- name: Add Caddy GPG key
apt_key:
url: "https://dl.cloudsmith.io/public/caddy/stable/gpg.key"
state: present
ansible.builtin.get_url:
url: 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key'
dest: '/etc/apt/trusted.gpg.d/caddy.asc'
mode: '0644'
force: true
- name: Add Caddy repositories
apt_repository: