Ansible Playbook for Apache Installation

Shubham Kadam
May 6, 2021

In this article, we will see how to install Apache Web Server on remote nodes/hosts with the help of Ansible.

For this task, we will use Ansible Playgroups it uses YAML as a language.

Let's go ahead and SSH into your Master machine and create a YAML file for writing a playgroup

--

--