ansible: Install prometheus metrics plugin on Jenkins servers
[lttng-ci.git] / automation / ansible / roles / lxd / defaults / main.yml
CommitLineData
c3c15dc7
KS
1---
2lxd_container_defaults:
a899baec
MJ
3 # The socket URL is different for Incus
4 url: "unix:/var/lib/incus/unix.socket"
c3c15dc7
KS
5 ephemeral: false
6 profiles:
7 - ci-node
8 source:
9 type: image
10 mode: pull
2a2237d3
KS
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
c3c15dc7 14 wait_for_container: true
c426b44b
KS
15
16lxd_core_pattern: '/tmp/core.%p'
This page took 0.037929 seconds and 5 git commands to generate.