Added base patch management role

This commit is contained in:
2023-05-07 12:01:52 +02:00
parent 2fd69c736b
commit 0ca263c251
14 changed files with 325 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
# handlers file for unattended-upgrades
- name: restart_postfix
service:
name: postfix
state: restarted
become: yes
- name: restart_unattended-upgrades
service:
name: unattended-upgrades
state: restarted
become: yes