An open API service indexing awesome lists of open source software.

https://github.com/amidmast/ansible-lemp-install

Install nginx php mysql on: AWS, CentOS, Debian
https://github.com/amidmast/ansible-lemp-install

nginx percona-mysql php php-fpm php72 php73

Last synced: 5 months ago
JSON representation

Install nginx php mysql on: AWS, CentOS, Debian

Awesome Lists containing this project

README

          

Ansible LEMP
==================
- nginx: latest
- php: 7.0/7.1/7.2/7.3/7.4
- mysql: 5.7

Supports platforms:
-------------------

- Amazon Linux 2
- CentOS versions: 6, 7
- Debian versions: 9 (stretch), 10 (buster)

Variables
--------------
Package variables are located in group_vars/all

Run Playbook
----------------------------------------------------------
*default setup: nginx: latest, php: 7.3, percona-mysql: 5.7*
```
ansible-playbook lemp.yml
```
Run Playbook using another package version:
----------------------------------------------------------
- php: 7.0/7.1/7.2/7.3/7.4
- mysql: 5.7 (percona-mysql 8.0 - in the future)
```
ansible-playbook lemp.yml -e php_ver=7.2 mysql_ver=5.7
```

Author Information
------------------

[Dmitry Chernov](https://github.com/amiDMast)