/hello-ansible

Project to practice Ansible configuration where I configure a VM with Wordpress and another with MariaDB.

Primary LanguageShell

Hello Ansible

Wordpress started with ONE command

Project to practice Ansible configuration where I configure a VM with Wordpress and another with MariaDB.

topology

Execution

  1. Clone this repository
git clone https://github.com/vitor-msp/hello-ansible.git
  1. Access the downloaded folder
cd hello-ansible
  1. Starts and provisions the vagrant environment
vagrant up
  1. Add a static dns entry in your hosts file (run as root!)
echo "127.0.0.1 www.wordpress.local" >> /etc/hosts
  1. Open this link

The wordpress configuration page will open and can be configured with the parameters that are in this project.

Notes

  1. The port 8080 in your machine must be free