Skip to content

Instantly share code, notes, and snippets.

@vmlinz
Created February 28, 2016 16:18
Show Gist options
  • Select an option

  • Save vmlinz/3c6ead022f3a8d3890e2 to your computer and use it in GitHub Desktop.

Select an option

Save vmlinz/3c6ead022f3a8d3890e2 to your computer and use it in GitHub Desktop.
Ansible book to test ssh forwarding in trellis
---
- hosts: web:&{{ env }}
tasks:
- name: Test that git ssh connection is working.
command: ssh -T git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment