ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

Define the default ssh ports for testing #196

Closed FlxPeters closed 7 years ago

FlxPeters commented 7 years ago

This defines the default ssh ports for vagrant to rely on in the host file in the exapmle for testing. Without the definition, you never know the port where vagrant will connect the VM.

ricardclau commented 7 years ago

Well, in our defense, vagrant has respected these port numbers for a while :)

Nice, thanks!