Michael Grote
5cd43e8f3d
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/179 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
15 lines
363 B
YAML
15 lines
363 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: mgrote_apt_manage_sources
|
|
tags: "apt_sources"
|
|
- role: mgrote_apt_manage_packages
|
|
tags: "install"
|
|
- role: mgrote_remove_snapd
|
|
become: true
|
|
tags: "snapd"
|
|
- role: mgrote_apt_update_packages
|
|
tags: "updates"
|
|
- role: hifis.unattended-upgrades
|
|
become: true
|
|
tags: unattended
|