blob: 7d0609e9ccf60bd98ef7f30158dedf62ba89ab57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
---
## path to the info-beamer boot partition
# info_beamer_base_path:
info_beamer_tvservices:
1080i50: "CEA 20"
1080p25: "CEA 33"
1080p50: "CEA 31"
1080p60: "DMT 82"
576p: "CEA 17"
576p_wide: "CEA 18"
576p_wide_quad: "CEA 38"
720p50: "CEA 19"
720p60: "CEA 4"
# info_beamer_tvservice: "{{ info_beamer_tvservices['1080i50'] }}"
## 'local' or 'hdmi'
# info_beamer_audio_target: "hdmi"
# info_beamer_ssh_keys: "{{ ssh_root_keys }}"
info_beamer_feature_flags:
p2p: "{{ info_beamer_feature_p2p | default(true) }}"
prefer_wired: "{{ info_beamer_prefer_wired | default(true) }}"
# info_beamer_network:
# address: "192.0.0.1"
# netmask: "255.255.255.0"
# gateway: "192.0.2.254"
# dns: "9.9.9.9"
# info_beamer_wireless:
# ssid: "Infoscreens"
# key: "very-secret"
## path to file will be installed using 'copy' module
# info_beamer_branding_logo: ""
# info_beamer_branding_background: ""
# info_beamer_branding_video: ""
# info_beamer_device_connect_key: ""
|