ansible_dev_env/adhoc_ck-vm-disks.sh

5 lines
76 B
Bash
Executable File

#!/bin/bash
ansible vms -i inventory/prod.yml -u root -m shell -a "df -h"