feat: actualizaciones de seguridad automáticas #35 #64
@ -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"
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user