Project to practice Ansible configuration where I configure a VM with Wordpress and another with MariaDB.
- Clone this repository
git clone https://github.com/vitor-msp/hello-ansible.git
- Access the downloaded folder
cd hello-ansible
- Starts and provisions the vagrant environment
vagrant up
- Add a static dns entry in your hosts file (run as root!)
echo "127.0.0.1 www.wordpress.local" >> /etc/hosts
- Open this link
The wordpress configuration page will open and can be configured with the parameters that are in this project.
- The port 8080 in your machine must be free