Michael Grote
69b954634f
Reviewed-on: #587 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
18 lines
477 B
YAML
18 lines
477 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: mgrote_apt_manage_sources
|
|
tags: "apt_sources"
|
|
- role: mgrote_apt_manage_packages
|
|
tags: "install"
|
|
- role: mgrote_exa
|
|
tags: "exa"
|
|
- role: mgrote_remove_snapd
|
|
become: true
|
|
tags: "snapd"
|
|
- role: mgrote_apt_update_packages
|
|
tags: "updates"
|
|
- role: hifis-net-ansible-role-unattended-upgrades
|
|
become: true
|
|
tags: unattended
|
|
when: "ansible_facts['distribution'] == 'Ubuntu'"
|