#ci-server is the location of the jenkins host
[ci-server]
aws-master.mccf.halfakerlabs.com ansible_connection=local

#webserver specify all web servers in the environment
[webserver]
aws-app.mccf.halfakerlabs.com

#dbserver specify all db servers in the environment
[dbserver]
aws-dbs.mccf.halfakerlabs.com

#appserver specify all app servers in the environment
[appserver]
aws-app.mccf.halfakerlabs.com

[dev-webserver]
aws-dev.mccf.halfakerlabs.com
