From 363015700f931857489b6d87c1d6d0a69189536c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 26 Apr 2019 15:59:01 +0200 Subject: ansible: Document how to use ProxyJump to access ipv6 nodes Change-Id: I31b8f8ea5ed84a676c97ad2f6802be19f0e394d9 --- ansible/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ansible') diff --git a/ansible/README.md b/ansible/README.md index 15c6164..f3185ec 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -18,3 +18,15 @@ Further information on this job can be found in **setup-gsm-tester.md**. `ansible-playbook -i hosts setup-jenkins-slave.yml` Further information on this job and around the setup can be found on the redmine wiki. + +If you don't have access to an IPv6 network from your local host, then you can +use an ssh proxy to updates hosts in the `hosts` files being accessed only +through an IPv6 addr. Your ssh proxy must of course have an IPv6 address able to +reach the destination host. + +example `.ssh/config`: +``` +Host 2a01:4f8:13b:828::1:* +ProxyJump proxyuser@myhostproxy.com:22 +User root +``` -- cgit v1.2.3