-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yaml
44 lines (40 loc) · 1.18 KB
/
site.yaml
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
---
# Dieses Playbook installiert Humhub für Brocko auf Ubuntu-Systemen
- name: Basiskonfiguration, welches für alle Server gilt.
hosts: all
remote_user: root
roles:
- common
vars:
ntpservers:
- 0.de.pool.ntp.org
- 1.de.pool.ntp.org
- 2.de.pool.ntp.org
- 3.de.pool.ntp.org
- name: Konfiguriere den Webserver, auf welchem das Humhub-Frontend läuft.
hosts: webservers
remote_user: root
roles:
- role: thefinn93.letsencrypt
letsencrypt_email: [email protected]
letsencrypt_webroot_path: /var/www/html
letsencrypt_cert_domains:
- "{{ domain }}"
letsencrypt_renewal_command_args: '--renew-hook "systemctl restart apache2"'
- web
vars:
webmaster: [email protected]
domain: brockonet.bugabinga.net
user: humhub
humhub_version: 1.3.11
humhub_sha512: 94c1ba99bac20408ea34c79476a17e81a3aa66ee0ad47c626aeee37cf879cd45bce468d5c9e98044bb99e5f6b3e5f6d6cd9f162c48f842c8778881fe37fdbfc6
- name: Konfiguriere den Datenbankserver, auf welchem MySQL läuft.
hosts: dbservers
remote_user: root
roles:
- db
vars:
mysqlservice: mysqld
mysql_port: 3306
dbuser: humhub
dbname: humhub