Skip to content

Instantly share code, notes, and snippets.

View isitavi's full-sized avatar
🎯
Focusing

Avijit Das isitavi

🎯
Focusing
View GitHub Profile
---
- name: This sets up an httpd webserver
hosts: all
tasks:
- name: Install apache packages
yum:
name: httpd
state: present
- name: ensure httpd is running
service: