Question: 1/50
You need to run an ad-hoc Ansible command to check free disk space on all managed nodes in the inventory group "web" without writing a playbook. Which command is the best choice?
ansible web -m command -a "df -h"
ansible-playbook web -m command -a "df -h"
ansible web -m playbook -a "df -h"
ansible-navigator run web -m command -a "df -h"