Added truenas update && playbook for fedora and debian hosts

This commit is contained in:
max
2025-06-22 18:39:27 +02:00
parent 5528de7414
commit 3c7ce0f8c5
7 changed files with 93 additions and 2 deletions

View File

@ -0,0 +1,8 @@
---
- hosts: fedora
tasks:
- name: Upgrade all packages
ansible.builtin.dnf:
name: "*"
state: latest