Pau Espin Pedrol has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/94/13794/1

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 [email protected]: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: newchange
Gerrit-Change-Id: I31b8f8ea5ed84a676c97ad2f6802be19f0e394d9
Gerrit-Change-Number: 13794
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to