Skip to content

Very simple walkthrough to illustrate Ansible+Vagrant essentials

Notifications You must be signed in to change notification settings

iptizer/ansible_vagrant_walkthrough

Repository files navigation

Ansible + Vagrant = WordPress

This repository is a very simple example to show how Ansible and Vagrant work together. WordPress has been chosen because it's a not too simple service to deploy that everyone is familiar with.

I created this for a Meetup. Feel free to contact me. You can find the slides inside this repo by clicking here.

How to use

Inside this repositories root simply execute:

vagrant up
ansible-playbook site.yml

After that you can hit the webbrowser at the following address: http://127.0.0.1:8080

About

Very simple walkthrough to illustrate Ansible+Vagrant essentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages