Skip to content

An ansible playbook that setups a wordpress network with nginx, php-fpm, and mariadb

Notifications You must be signed in to change notification settings

davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb

Repository files navigation

  1. Install Vagrant
  2. Install Ansible
  3. Clone this repo
  4. cd into the cloned directory:
    cd ansible-wordpress-nginx-php-fpm-mariadb
  5. Run the following command:
    ansible-playbook -i vagrant.hosts play_wordpress.yml -vv --extra-vars "vagrant=true"
  6. Add the following to your host file.
    192.168.203.20 blog.you-local.com newblog.qa.blog.you-local.com newblog.blog.you-local.com

Browse to http://blog.you-local.com/wp-admin/
Login. Username: user Password: password

About

An ansible playbook that setups a wordpress network with nginx, php-fpm, and mariadb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages