feat: actualizaciones de seguridad automáticas #35 #64

Merged
Numerica merged 2 commits from issue-35 into master 2025-10-23 13:21:02 +00:00
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
---
- hosts: "{{ host }}"
tasks:
- name: "unnattended upgrades"
apt:
name: "unnattended-upgrades"
state: "present"
- name: import matrix
local_action: "include_vars dir=./ files_matching={{ alt }}.yml"

View File

@ -14,7 +14,7 @@
- name: docker apt repository
apt_repository:
repo: deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable
repo: deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable
- name: install docker community edition
apt: