v.1.6.0 debian hosts

This commit is contained in:
2026-03-24 16:26:25 +01:00
parent 3f024628d8
commit 63b7a52bde
4 changed files with 23 additions and 10 deletions

11
simple-df.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Simple Disk Usage Check
hosts: all
tasks:
- name: Run df -h command
shell: df -hT | grep '^/dev/'
register: result
- name: Show output
debug:
var: result.stdout_lines