Day 104: Web Server with Ansible
Today I used Ansible to automate the deployment of an Apache HTTP web server. Instead of manually installing, configuring, and starting services, a single playbook handled everything.
Here’s the playbook I wrote:
---
- name: Setup WebServer
hosts: ...
shakirdevops.hashnode.dev1 min read