ansible: Manage network configuration to set static IPs on rootnodes
[lttng-ci.git] / automation / ansible / host_vars / ci-rootnode-deb12-amd64-1a-01.yml
1 ---
2 netplan_manage: true
3 netplan_content: |
4 network:
5 version: 2
6 renderer: networkd
7 ethernets:
8 enp1s0:
9 dhcp4: no
10 addresses:
11 - 172.18.17.1/16
12 routes:
13 - to: default
14 via: 172.18.0.1
15 nameservers:
16 search:
17 - internal.efficios.com.
18 addresses:
19 - 172.18.0.13
This page took 0.029348 seconds and 4 git commands to generate.