ansible: fix ci-instances playbook for Incus
[lttng-ci.git] / automation / ansible / roles / lxd / defaults / main.yml
1 ---
2 lxd_container_defaults:
3 # The socket URL is different for Incus
4 url: "unix:/var/lib/incus/unix.socket"
5 ephemeral: false
6 profiles:
7 - ci-node
8 source:
9 type: image
10 mode: pull
11 # Until the cluster is migrated to Incus, this source will not work
12 # server: https://images.linuxcontainers.org
13 alias: debian/bookworm/cloud/amd64/ci-node/lxd
14 wait_for_container: true
15
16 lxd_core_pattern: '/tmp/core.%p'
This page took 0.030799 seconds and 5 git commands to generate.