Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created March 4, 2019 00:49
Show Gist options
  • Select an option

  • Save 100daysofdevops/d0a31e15befc07b842dae72dcb750126 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/d0a31e15befc07b842dae72dcb750126 to your computer and use it in GitHub Desktop.
- hosts: all
sudo: yes
tasks:
- name: Installing Latest version of Apache
yum: pkg=httpd state=latest
- name: (Enable it on System Boot)
service: name=httpd enabled=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment