Téléverser les fichiers vers "/"

This commit is contained in:
2025-04-15 22:49:09 +00:00
commit cbd11cb6bf
3 changed files with 45 additions and 0 deletions

12
update_debian.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Update Debian VMs
hosts: debian_vms
become: yes
tasks:
- name: Update apt cache
apt:
update_cache: yes
- name: Upgrade all packages to the latest version
apt:
upgrade: dist