#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Docker was first released in March 2013. It was developed by Solomon Hykes and Sebastian Paul. Docker is an open-source centralized Platform designed...
Prerequisites The user should have installed Java in the system and should know the environment variable of Java. The user should have Jenkins...
Jenkins is an open-source project written in Java that runs on Windows, macOS and other UNIX-like Operating systems. It is a free, community-supported...
Source Code Management is the process of tracking and controlling changes made to a software project's source code. It helps developers and other...
Project: Installing WordPress a 2-tier application through Ansible WordPress is a 2-tier application where we need to install a DB. Here we will Take...
Installing Apache through Ansible Let's install the Apache through YAML using following code --- - name: Installing Apache hosts: Node-1 tasks: ...