ansible: Download patched iPXE image to boot VMs for LAVA testing
[lttng-ci.git] / automation / ansible / templates / cloud_init_netconf.j2
1 network:
2 version: 2
3 ethernets:
4 eth0:
5 addresses:
6 - {{address}}/16
7 gateway4: 172.18.0.1
8 nameservers:
9 search:
10 - 'internal.efficios.com'
11 addresses:
12 - '172.18.0.13'
This page took 0.046601 seconds and 4 git commands to generate.