Change in osmo-ci[master]: ansible: Document how to use ProxyJump to access ipv6 nodes

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Apr 26 16:03:51 UTC 2019


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 proxyuser at 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 <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190426/4b0d4a76/attachment.htm>


More information about the gerrit-log mailing list