Add some roles for autodetection of Hardware
This commit is contained in:
12
roles/autoinstall-satip/tasks/main.yml
Normal file
12
roles/autoinstall-satip/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# file roles/autoinstall-satip/tasks/main.yml
|
||||
|
||||
- name: Display all variables/facts known for a host
|
||||
debug:
|
||||
var: ansible_local
|
||||
verbosity: 1
|
||||
|
||||
- name: apt | install vdr-plugin-satip if a Sat>IP server has been detected
|
||||
apt:
|
||||
name: vdr-plugin-satip
|
||||
when: ansible_local.satip.satip_detected
|
Reference in New Issue
Block a user