homeserver/playbooks/base/packages.yml
Michael Grote 5cd43e8f3d
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 42s
ansible-lint / gitleaks (push) Successful in 4s
see [devspace](b343c230a5) (#179)
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>
2024-09-16 12:44:27 +02:00

16 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