Ansible Playbook to Install and Setup Apache on Ubuntu
Source: LinOxide
Read MoreAnsible is an open-source tool that allows you to provision, configure, manage, and deploy applications. It helps to run infrastructure as a code, basically an automation tool. Ansible runs on Linux, Unix-like, and Windows systems. It is a free tool [….
Read MoreIntroduction Docker is a containerization engine and platform that encapsulates application code along with all of its dependencies inside a container. Containers are like virtual machines but they are more portable, more lightweight, and more dependent on the host operating system. Please do check out our extensive series of posts on docker. In this article, we […]
The post Using Ansible playbook to install Docker on Centos 7 appeared first on The Linux Juggernaut.
Read More