homeserver/playbooks/base/86_unattended_upgrades.yml
mg a27830107b Unattended Upgrades + Playbooks (#51)
munin eingegrenzt

Playbooks aufgeteilt

header angepasst

cahe valid time entfernt

cache valid time angehoben

update packeges in eigenes playbook

vars

playbook filter angepasst

playbook

rolle hinzugefügt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#51
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-03-25 09:44:44 +01:00

8 lines
193 B
YAML

---
- hosts: all:!proxmox
roles:
- { role: jnv.unattended_upgrades,
become: true,
tags: unattended,
when: "ansible_facts['distribution'] == 'Ubuntu'"}