add watchtower container. elke dag om 5 uur worden de containers ge-update door watchtower indien nodig.
This commit is contained in:
parent
68981f3f66
commit
5afc14edf4
5 changed files with 28 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
hosts: homeserver
|
||||
roles:
|
||||
- {role: 'ssh', tags: 'ssh'}
|
||||
- {role: 'watchtower', tags: 'watchtower'}
|
||||
- {role: 'borg', tags: 'borg'}
|
||||
- {role: 'nsd', tags: 'nsd'}
|
||||
- {role: 'forgejo', tags: 'forgejo'}
|
||||
|
|
Reference in a new issue