made caddy config modular

This commit is contained in:
Jef Roosens 2023-12-30 11:25:58 +01:00
parent c930ccc44a
commit e6409a0a0e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 39 additions and 24 deletions

View file

@ -9,15 +9,6 @@
- runc
state: absent
- name: Install Docker PPA dependencies.
apt:
name:
- apt-transport-https
- ca-certificates
- gnupg
- lsb-release
state: present
- name: Add Docker GPG key.
apt_key:
url: https://download.docker.com/linux/ubuntu/gpg
@ -50,4 +41,4 @@
name: Prune the Docker system.
hour: 4
minute: 0
job: docker system prune -f
job: docker system prune -af