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
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. |