ansible: Install prometheus metrics plugin on Jenkins servers
[lttng-ci.git] / automation / ansible / hosts.yml
index 33b9062a953359ddfb31cf39a18d48880e27d643..702e43ee0ad655cdbce375c7cc7d266042b80324 100644 (file)
@@ -1,10 +1,23 @@
 ---
-- hosts: hosts
+- hosts: hosts:!windows
   roles:
     # Setup filesystem and network configuration before other roles
     - zfs
     - netplan
+- hosts: hosts
+  roles:
     - common
-    - libvirt
+- hosts: hosts:&lxd:!windows
+  roles:
     - lxd
+  tasks:
+    - ansible.builtin.include_role:
+        name: incus
+        tasks_from: install
+- hosts: hosts:&incus:!windows
+  roles:
+    - incus
+- hosts: hosts:!windows
+  roles:
+    - libvirt
     - rasdaemon
This page took 0.022795 seconds and 4 git commands to generate.