Skip to content

Instantly share code, notes, and snippets.

@serainville
Created April 17, 2015 17:42
Show Gist options
  • Save serainville/20387cdd1500980ec703 to your computer and use it in GitHub Desktop.
Save serainville/20387cdd1500980ec703 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
tasks:
- name: Install Apache Web Server
yum: name=httpd state=latest
- name: Install PHP
yum: name=php state=latest
- name: Install PHP MySQL Connector
yum: name=php-mysql state=latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment