Customize output to show server hostname
allaire opened this issue · 1 comments
allaire commented
Hi @mattbrictson,
I wasn't sure where to ask this, but I'm wondering if there's a way to customize the output when deploying.
I'm using capistrano-aws, and it pulls my instances private ips, which make it hard to debug :
✔ 01 user@10.0.1.124 0.096s
✔ 01 user@10.0.2.16 0.101s
✔ 01 user@10.0.2.10 0.147s
✔ 01 user@10.0.1.133 0.149s
Instead of the private ips, I would like to show the server local hostname (/etc/hostname
)
Thanks for your time!