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
- Host: GitHub
- URL: https://github.com/amidmast/ansible-lemp-install
- Owner: amiDMast
- Created: 2020-03-06T13:58:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T15:03:40.000Z (over 6 years ago)
- Last Synced: 2025-03-13T01:41:26.105Z (over 1 year ago)
- Topics: nginx, percona-mysql, php, php-fpm, php72, php73
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)