ansible: fix ci-instances playbook for Incus
[lttng-ci.git] / automation / ansible / hosts.yml
CommitLineData
c3c15dc7 1---
4955549e 2- hosts: hosts:!windows
3ea0152b 3 roles:
c3c15dc7
KS
4 # Setup filesystem and network configuration before other roles
5 - zfs
6 - netplan
4955549e
KS
7- hosts: hosts
8 roles:
4ab6686a 9 - common
79b30c70
KS
10- hosts: hosts:&lxd:!windows
11 roles:
12 - lxd
13 tasks:
14 - ansible.builtin.include_role:
15 name: incus
16 tasks_from: install
17- hosts: hosts:&incus:!windows
18 roles:
19 - incus
4955549e
KS
20- hosts: hosts:!windows
21 roles:
4be44748 22 - libvirt
2f7279c1 23 - rasdaemon
This page took 0.035772 seconds and 5 git commands to generate.