DCD-224: Add inventory file for SSH tunnel.

This commit is contained in:
Steve Smith
2019-04-08 14:18:19 +10:00
parent 1a0cee7aab
commit 6c63e70b92
3 changed files with 8 additions and 2 deletions

7
inv/tunnel Normal file
View File

@@ -0,0 +1,7 @@
# This is for use with an ssh tunnel to the target host via a bastion. To use create a port-forward with ssh e.g:
#
# ssh -L 2222:${TARGETIP}:22 ec2-user@${BASTIONHOST}
#
# Where $BASTIONHOST is the bastion public ip/hostname, and $TARGETIP is the private IP of the target host.
[all]
ec2-user@localhost ansible_port=2222