2017-11-20 09:20:30 +01:00
|
|
|
- name: get information about usb and pci hardware and loaded kernel modules
|
|
|
|
hardware_facts:
|
|
|
|
usb: True
|
|
|
|
pci: True
|
|
|
|
modules: True
|
|
|
|
gpus: True
|
2017-11-20 09:21:22 +01:00
|
|
|
acpi_power_modes: True
|
2017-12-28 17:28:43 +01:00
|
|
|
tags:
|
|
|
|
- always
|
2017-11-21 11:30:03 +01:00
|
|
|
|
2017-11-20 09:20:30 +01:00
|
|
|
- debug:
|
|
|
|
var: '{{ item }}'
|
|
|
|
verbosity: 1
|
|
|
|
with_items:
|
|
|
|
- usb
|
|
|
|
- pci
|
|
|
|
- gpus
|
|
|
|
- modules
|
2017-11-20 09:21:22 +01:00
|
|
|
- acpi_power_modes
|
2017-11-21 11:30:03 +01:00
|
|
|
- nvidia_detected
|
|
|
|
- intel_detected
|
|
|
|
- amd_detected
|
2017-11-22 09:24:33 +01:00
|
|
|
- virtualbox_detected
|
2018-01-01 22:39:10 +01:00
|
|
|
|
|
|
|
- name: known vdr output plugins
|
2018-01-01 22:42:58 +01:00
|
|
|
set_fact:
|
2018-01-01 22:39:10 +01:00
|
|
|
vdr_output_plugins:
|
|
|
|
- softhddevice
|
|
|
|
- xineliboutput
|
|
|
|
- xine
|