Skip to content
Snippets Groups Projects
Commit e2c346f8 authored by qweqweasdasd's avatar qweqweasdasd
Browse files

ipv4

parent dc2f2061
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
var: ansible_default_ipv4.address
- name: Set SSH tunnel
command: ssh -f -N -L "{{ ansible_default_ipv4.address }}":9390:192.168.187.162:9390 jenkins@scans.cloud.infn.it
command: ssh -f -N -L `hostname -I | awk '{print $1}'`":9390:192.168.187.162:9390 jenkins@scans.cloud.infn.it
- set_fact:
endpoints_to_scan: "{{ paas_ci_test.endpoints_to_scan }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment