made caddy config modular
This commit is contained in:
parent
c930ccc44a
commit
e6409a0a0e
9 changed files with 39 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue