VAW (Vagrant Ansible WordPress) Documentation

Version 0.8.1

VAW (Vagrant Ansible WordPress) is Ansible playbooks for website developer, designer, webmaster and WordPress theme/plugin developer.

Configuration file

Default configuration Variables

ID and password for the initial setting is as follows. Can be set in the provisioning configuration file.

Database

  • ROOT USER root
  • ROOT PASSWORD admin
  • HOST localhost
  • DATABASE NAME wordpress
  • USER admin
  • PASSWORD admin

WordPress Admin

  • USER admin
  • PASSWORD admin

Customize Options

You can build a variety of environment that edit configuration files of the VAW.

There are two configuration files you can customize.

  • Vagrantfile
  • group_vars/all.yml

Run vagrant up or vagrant provision, after editing the configuration files.

Last updated on 17 Oct 2017
Published on 17 Oct 2017
 Edit on GitHub