ansible: Add new CI hosts
[lttng-ci.git] / automation / ansible / roles / lxd / defaults / main.yml
1 ---
2 lxd_container_defaults:
3 ephemeral: false
4 profiles:
5 - ci-node
6 source:
7 type: image
8 mode: pull
9 server: https://images.linuxcontainers.org
10 protocol: simplestreams
11 alias: debian/bookworm/cloud/amd64
12 wait_for_container: true
This page took 0.032121 seconds and 4 git commands to generate.