summaryrefslogtreecommitdiff
path: root/dan/info-beamer.yml
blob: 6160e9f214026b913e40044ef65f75bff43c372d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: configure info-beamer
  hosts: "{{ infobeamer_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:
  - role: info-beamer/config