Skip to content

Commit

Permalink
Install unattended-upgrades on our nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Apr 12, 2024
1 parent 1ca8d1e commit 0a13093
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- wireguard
- fail2ban
- podman
- unattended-upgrades

- name: Deploy our monitoring stack
hosts: lovelace
Expand Down
7 changes: 7 additions & 0 deletions ansible/roles/unattended-upgrades/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Install unattended-upgrades
package:
name: unattended-upgrades
state: present
tags:
- role::unattended-upgrades

0 comments on commit 0a13093

Please sign in to comment.