Skip to content

khomutsky/simple-wp-hosting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simple-wp-hosting

Overview

Automatic deployment of LEMP stack with (mostly) default configuration.

Compatibility

Debian stretch

Common usage:

Run

ansible-galaxy install geerlingguy.php geerlingguy.nginx geerlingguy.mysql
ansible-playbook playbook.yml

Usage with Vagrant:

Run vagrant up Run vagrant ssh ip a Copy IP address of interface number 2, and place into hosts file.

GNU/Linux, Unix and OS X:

Add the following line to /etc/hosts

192.168.121.223 example.com

Windows:

Add the following line to C:\Windows\System32\drivers\etc\hosts:

192.168.121.223 example.com

Replace 192.168.121.223 with IP you copied in previous step. Go to example.com. In case of successful provision you should get php info. phpinfo

About

Simple Wordpress hosting in with Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors