How can I run a playbook only on one/first host in all the groups?
[tomcat]
tomcat123.com
tomcat34523.com
tomcats43523.com
[apache]
apache23452.com
apache32452.com
[sql]
sql21341.com
sql123414.com
[all]
tomcat
apache
sql
So, how can I run the playbook on one server or the first server from multiple groups listed above.