master
1[local]
2localhost ansible_connection=local
3
4[example]
5example.com ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_private_key_file=/path/to/key
6
7[oneoffs]
8192.168.33.190 ansible_connection=ssh ansible_ssh_user=xenny ansible_ssh_private_key_file=/Users/bryon/.ssh/xenny_rsa