-
Notifications
You must be signed in to change notification settings - Fork 1
/
einstein.yml
51 lines (51 loc) · 1.16 KB
/
einstein.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
47
48
49
50
51
---
- name: Play for provisioning the SMR server
hosts: all
remote_user: root
roles:
- role: hifis.unattended_upgrades
unattended_origins_patterns:
- o=${distro_id},a=${distro_codename}
- o=${distro_id},a=${distro_codename}-updates
- o=${distro_id},a=${distro_codename}-security
unattended_mail: mrspock@smrealms.de,daniel.hemberger@gmail.com
unattended_mail_only_on_error: true
unattended_remove_unused_dependencies: true
tags:
- system
- updates
- role: geerlingguy.docker
docker_package_state: latest
docker_install_compose_plugin: true
docker_install_compose: false
tags:
- system
- docker
- role: nagios
tags:
- system
- nagios
- role: system_config
tags:
- system
- config
- role: smr_live
tags:
- smr
- live
- role: smr_beta
tags:
- smr
- beta
- role: smr_wiki
tags:
- smr
- wiki
- role: smr_webboard
tags:
- smr
- webboard
- role: smr_chat_bridge
tags:
- smr
- chat_bridge