ansible: fix ci-instances playbook for Incus
[lttng-ci.git] / automation / ansible / host_vars / ci-host-amd64-2d.internal.efficios.com.yml
CommitLineData
c3c15dc7 1---
1f28dd08
KS
2extra_root_ssh_authorized_keys:
3 # yamllint disable-line rule:line-length
4 - 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmmI2pn+ncFKm/fOS5+RskBGnhbMd0p399ZWEKLUQ+Q lava-master-03'
c3c15dc7
KS
5lxd_cluster_ip: 172.18.0.197
6lxd_cluster:
7 enabled: true
8 server_address: 172.18.0.197
9 member_config:
10 - entity: storage-pool
11 name: default
12 key: source
13 value: tank/lxd
14
15netplan_manage: true
16netplan_content: |
17 network:
18 version: 2
19 renderer: networkd
20 ethernets:
98ecdc74
MJ
21 eth0:
22 match:
23 macaddress: 7c:c2:55:9f:17:ea
24 set-name: eth0
c3c15dc7
KS
25 dhcp4: no
26 bridges:
27 br102:
28 interfaces:
98ecdc74 29 - eth0
c3c15dc7
KS
30 accept-ra: false
31 addresses:
32 - 172.18.0.197/16
33 routes:
34 - to: default
35 via: 172.18.0.1
36 nameservers:
37 search:
38 - internal.efficios.com
39 addresses:
40 - 172.18.0.13
This page took 0.028259 seconds and 4 git commands to generate.