blob: 0b684d0b57419136b9f4ced493affddc922ae2a6 (
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
43
44
45
46
47
|
---
## path to the info-beamer boot partition
# info_beamer_base_path:
info_beamer_tvservices:
2160p25: "CEA 94"
2160p30: "CEA 95"
2160p50: "CEA 96"
2160p60: "CEA 97"
1080i50: "CEA 20"
1080p25: "CEA 33"
1080p30: "CEA 34"
1080p50: "CEA 31"
1080p60: "DMT 16"
720p50: "CEA 19"
720p60: "CEA 4"
576p: "CEA 17"
576p_wide: "CEA 18"
576p_wide_quad: "CEA 38"
# 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: ""
|