<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13794">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ansible: Document how to use ProxyJump to access ipv6 nodes<br><br>Change-Id: I31b8f8ea5ed84a676c97ad2f6802be19f0e394d9<br>---<br>M ansible/README.md<br>1 file changed, 12 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ansible/README.md b/ansible/README.md</span><br><span>index 15c6164..f3185ec 100644</span><br><span>--- a/ansible/README.md</span><br><span>+++ b/ansible/README.md</span><br><span>@@ -18,3 +18,15 @@</span><br><span> `ansible-playbook -i hosts setup-jenkins-slave.yml`</span><br><span> </span><br><span> Further information on this job and around the setup can be found on the redmine wiki.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+If you don't have access to an IPv6 network from your local host, then you can</span><br><span style="color: hsl(120, 100%, 40%);">+use an ssh proxy to updates hosts in the `hosts` files being accessed only</span><br><span style="color: hsl(120, 100%, 40%);">+through an IPv6 addr. Your ssh proxy must of course have an IPv6 address able to</span><br><span style="color: hsl(120, 100%, 40%);">+reach the destination host.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+example `.ssh/config`:</span><br><span style="color: hsl(120, 100%, 40%);">+```</span><br><span style="color: hsl(120, 100%, 40%);">+Host 2a01:4f8:13b:828::1:*</span><br><span style="color: hsl(120, 100%, 40%);">+ProxyJump proxyuser@myhostproxy.com:22</span><br><span style="color: hsl(120, 100%, 40%);">+User root</span><br><span style="color: hsl(120, 100%, 40%);">+```</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13794">change 13794</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13794"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I31b8f8ea5ed84a676c97ad2f6802be19f0e394d9 </div>
<div style="display:none"> Gerrit-Change-Number: 13794 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>