feat: add initial setup for pearl server
This commit is contained in:
parent
2ae759025c
commit
824d7b8a12
14 changed files with 329 additions and 34 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue