DevOps monolithic Project
It is software development approach where all the components of an application are built, deployed, and managed as a single Unit . this approach can have its benefits, such as being simpler to develop and deploy.
READ MORE +Adhoc Commands in Ansible
Adhoc commands are commands which you run from the command line, outside of a playbook. These commands run on one or more managed nodes and perform a simple/quick task–most often, these will be tasks that you don’t need to repeat. For example, if you want to reload Apache across a cluster of web servers, you can run a single adhoc command to achieve that task.Note
READ MORE +Ansible Templates
Ansible is used to manage configurations of multiple servers and environments. But these configuration files can vary for each cluster or remote server. But apart from a few parameters, all other settings will be the same.
READ MORE +Install Apache Tomcat On Ubuntu 20.04/18.04 / CentOS 7 With Ansible
Apache Tomcat is a free and open-source HTTP server designed to serve Java web pages. Tomcat is an implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is widely deployed and powers various mission-critical web applications around the world.
READ MORE +