702e43ee0ad655cdbce375c7cc7d266042b80324
[lttng-ci.git] / automation / ansible / hosts.yml
1 ---
2 - hosts: hosts:!windows
3 roles:
4 # Setup filesystem and network configuration before other roles
5 - zfs
6 - netplan
7 - hosts: hosts
8 roles:
9 - common
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
20 - hosts: hosts:!windows
21 roles:
22 - libvirt
23 - rasdaemon
This page took 0.030848 seconds and 5 git commands to generate.