-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook.yml
46 lines (44 loc) · 957 Bytes
/
playbook.yml
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
# Provisionning Alarm-RasPI-System (ARS)
- name: alarmraspisystem
hosts: all
vars:
timezone: Europe/Berlin
admin_username: superadmin
admin_password: supersicherespasswort
allowed_ports:
- 80
- 443
- 22
tags:
- system
roles:
- role: system
- role: docker
- role: admin
# Provisionning Alarm-RasPI-System (ARS) - Display
- name: alarmraspisystem-display
hosts: all
vars:
timezone: Europe/Berlin
standby: true
display_settings:
- output: HDMI-1 # HDMI-1, HDMI-2
rotate: normal # normal, right, left, inverted
- output: HDMI-2
rotate: normal
viewer_user: display-viewer
tags:
- display
roles:
- role: display
# Provisionning Alarm-RasPI-System (ARS) - Print
- name: alarmraspisystem-print
hosts: all
vars:
timezone: Europe/Berlin
cups_admin_password: supersicherespasswort
cups_image: hmrs112/cupsd:0.1.2
tags:
- print
roles:
- role: print