nchufor / ansible-lamp-stack-playbook

Rudimentary ansible playbook to deploy a LAMP stack infra on ubuntu/debian hosts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible LAMP Stack Playbook

This is a Ansible Playbook to deploy a LAMP Stack infrastructure on ubuntu/debian hosts.

Stack -

  • apache2
  • mysql
  • php7.0-fpm

Pre-requisites

You must have Ansible 2.3 installed.

Setup

  • Add host in /etc/ansible/hosts file. See the given hosts file to add hosts.
  • Run command sudo ansible-playbook lamp-playbook.yml

Database Configuration

  • USERNAME: root
  • PASSWORD: [update the variable "mysql_root_password" in lamp-playbook.yml]

About

Rudimentary ansible playbook to deploy a LAMP stack infra on ubuntu/debian hosts.


Languages

Language:ApacheConf 88.0%Language:PHP 12.0%