#ci-server is the location of the jenkins host
[ci-server]
control ansible_connection=local

#webserver specify all web servers in the environment
[webserver]
app01
app02

#dbserver specify all db servers in the environment
[dbserver]
app02

#appserver specify all app servers in the environment
[appserver]
app01

#load balancer specify all load balancer servers in the environment
[lbserver]
lb01

