Skip to content

Instantly share code, notes, and snippets.

View irozgar's full-sized avatar

Isaac Rozas García irozgar

View GitHub Profile
@irozgar
irozgar / mailcatcher-setup-symfony-vagrant.md
Created January 11, 2018 13:49 — forked from snoek09/mailcatcher-setup-symfony-vagrant.md
mailcatcher setup with symfony running in vagrant box

Forward port 1080 in Vagrantfile

config.vm.network :forwarded_port, host: 1080, guest: 1080

Install mailcatcher on vagrant box

sudo apt-get install ruby-dev
sudo apt-get install libsqlite3-dev
sudo gem install mailcatcher
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.