Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13794 )

Change subject: ansible: Document how to use ProxyJump to access ipv6 nodes
......................................................................

ansible: Document how to use ProxyJump to access ipv6 nodes

Change-Id: I31b8f8ea5ed84a676c97ad2f6802be19f0e394d9
---
M ansible/README.md
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



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 @@
 `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 proxyu...@myhostproxy.com:22
+User root
+```

--
To view, visit https://gerrit.osmocom.org/13794
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I31b8f8ea5ed84a676c97ad2f6802be19f0e394d9
Gerrit-Change-Number: 13794
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>

Reply via email to