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:
parent
09cbe7340f
commit
343a67e0e7
3 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue