Skip to content

swebvn/sweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEMP compile with Nginx fastcgi caching + php-fpm + mariadb + wordpress + another module third Nginx:

  • Nginx 1.15.6
  • PHP 7.3.0
  • Mariadb 10.3
  • Wordpress latest

Usage:

install: ansible-playbook main.yml -i hosts --skip-tags "template-2, template-phpfpm"

create new vhost seconds: edit file group_vars/all with variables as:

  • user_domain
  • server_name
  • group_domain
  • mysql_database
  • mysql_user

run playbook: ansible-playbook main.yml -i hosts --tags "vhost, mariadb, template-2, template-phpfpm, wp"

Note:

File hosts just example, You can edit match with information your Server/VPS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 92.2%
  • Shell 7.0%
  • Python 0.8%