Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 613 Bytes

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