Run uptime command on all hosts
Limit playbook run to specific hosts
Execute an Ansible playbook
Test connectivity to hosts
ansible all -m ping
Ping webservers group
ansible webservers -m ping
Dry-run Ansible playbook
Run only tagged tasks
Skip tasks with specific tags