Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krlex/ansible-lemp
This is a installation LEMP over ansible and Vagrant(FreeBSD,Fedora,CentOS,Debian,Ubuntu)
https://github.com/krlex/ansible-lemp
ansible centos debian fedora freebsd linux nginx php7 ubuntu vagrant zfs
Last synced: 25 days ago
JSON representation
This is a installation LEMP over ansible and Vagrant(FreeBSD,Fedora,CentOS,Debian,Ubuntu)
- Host: GitHub
- URL: https://github.com/krlex/ansible-lemp
- Owner: krlex
- License: bsd-2-clause
- Created: 2019-11-24T17:06:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T12:35:27.000Z (about 3 years ago)
- Last Synced: 2024-11-18T06:19:53.968Z (3 months ago)
- Topics: ansible, centos, debian, fedora, freebsd, linux, nginx, php7, ubuntu, vagrant, zfs
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LEMP
===Linux + Nginx + Mariadb + PHP
## For Vagrant Installation
```
vagrant up
```
or```
ansible-playbook -i hosts provision/site.yml -c local
```## For Manual Installation
```
./run.sh```
## Tested
- FreeBSD
- Debian
- Ubuntu
- Fedora
- CentOS