Add some roles for autodetection of Hardware

This commit is contained in:
Alexander Grothe
2017-03-02 16:01:52 +01:00
parent 5cd3869a51
commit bcc016b7e6
12 changed files with 192 additions and 11 deletions

View 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