Add auto-update

* for all hosts, use debops.unattended_upgrades
* for docker compose, install a cron job pulling new images and restarting affected containers
This commit is contained in:
Stefan Bethke 2024-08-11 20:49:21 +02:00
commit 343a67e0e7
3 changed files with 16 additions and 0 deletions

View file

@ -81,3 +81,10 @@
hosts: nginx_hosts:!public_reverse_proxy_hosts
roles:
- nginx
- name: Configure unattended upgrades
collections: [ 'debops.debops' ]
hosts: all
become: true
roles:
- role: unattended_upgrades