/multi-tier-application

Automating multi tier application using ansible

Primary LanguageHTML

Multi tier application

Following are the details to use
  • You must have following group in inventory - ( frontends, apps, appdbs )

  • add host to above groups

  • frontends group will have host where we want to install HAproxy

  • apps group will have host where we want to install httpd/tomcat

  • appdbs group will have host where we want to install postgressql

To run

Thank you