Test connectivity to hosts
Dry-run Ansible playbook
Limit playbook run to specific hosts
Run uptime command on all hosts
ansible all -a "uptime"
Check uptime on DB servers
ansible dbservers -a "uptime"
Check playbook syntax
Check installed Ansible version
Execute an Ansible playbook