added new adhoc script

This commit is contained in:
Radar231 2024-01-31 11:17:59 -05:00
parent da4a5a0878
commit e46b0c182b
1 changed files with 4 additions and 0 deletions

4
adhoc_ck-vm-disks.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
ansible vms -i inventory/prod.yml -u root -m shell -a "df -h"