Hosting a webpage through ansible playbook
Create an “index.html file” on Ansible Master to host on the ansible worker node through Ansible Inventory & Ansible Playbook file:
<!DOCTYPE html>
<html>
<body>
<h1>Welcome to the new era of devops</h1>
<p>This is ...
devopscsant.hashnode.dev1 min read