Weizhang2017 / LEMP-Ansible

Set up LEMP with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Linux, Nginx, MySQL, PHP (LEMP) in Ubuntu with Ansible

Requirements:

Install Ansible sudo apt-get ansible

Specify the IP address and domain where you want to install LEMP as well as the ssh private key path in the hosts file

Change the default password in the ansbile script LEMP.yml

Run the script ansible-playbook LEMP.yml

About

Set up LEMP with Ansible


Languages

Language:PHP 100.0%