Limit to specific hosts ansible

Run playbook only on web01 and web02

ansible-playbook deploy.yml -i inventory.ini --limit 'web01,web02'
more ansible all 56 commands →