summaryrefslogtreecommitdiff
path: root/dan/info-beamer.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/info-beamer.yml')
-rw-r--r--dan/info-beamer.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dan/info-beamer.yml b/dan/info-beamer.yml
new file mode 100644
index 00000000..3c9f65fe
--- /dev/null
+++ b/dan/info-beamer.yml
@@ -0,0 +1,14 @@
+---
+- name: configure info-beamer
+ hosts: "{{ hostname }}"
+ connection: local
+ gather_facts: no
+
+ vars_prompt:
+ - name: info_beamer_base_path
+ prompt: Where is the SD-Card mounted to?
+ default: ""
+ private: no
+
+ roles:
+ - info-beamer/config