-
Notifications
You must be signed in to change notification settings - Fork 9
/
inventory.example.yml
78 lines (65 loc) · 2.41 KB
/
inventory.example.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
all:
children:
dodger:
hosts:
hypervisor:
ansible_host: mlandt
ansible_port: 22
ansible_user: stefan
domain: "mlandt.de"
homer_domain: "mlandt.de"
hugo_git_reposity: "[email protected]:.....git"
hugo_git_folder: "website"
hugo_domain: ""
hugo_local_user: "ubuntu"
matrix_domain: "matrix.mlandt.de"
matrix_synapse_domain: "synapse.mlandt.de"
matrix_registration_shared_secret:
matrix_macaroon_secret_key:
matrix_form_secret:
matrix_db_password:
mautrix_whatsapp_db_password:
mautrix_telegram_db_password:
mautrix_signal_db_password:
nextcloud_domain: "nextcloud.mlandt.de"
nextcloud_admin_password:
nextcloud_postgres_password:
nextcloud_redis_password:
wazuh_domain: wazuh.mlandt.de
traefik_domain: traefik.mlandt.de
traefik_dashboard_password:
traefik_network: proxy
traefik_mail: [email protected]
gitlab_domain: gitlab.mlandt.de
gitlab_registry_domain: registry.mlandt.de
gitlab_smtp_address: smtp.office365.com
gitlab_smtp_port: 587
gitlab_smtp_mail: [email protected]
gitlab_smtp_password:
gitlab_smtp_domain: outlook.com
gitlab_smtp_mail_from: [email protected]
gitlab_smtp_mail_to: [email protected]
gitlab_shell_ssh_port: 30022
gitlab_runner_enabled: true
openldap_hostname: openldap
openldap_port: 389
openldap_password:
openldap_base_dn: dc=mlandt,dc=de
openldap_domain: ldap.mlandt.de
crowdsec_lapi_port: 8090
crowdsec_install_firewall_bouncer: true
crowdsec_fw_bouncer_apikey:
crowdsec:
version: latest
collections: crowdsecurity/traefik crowdsecurity/nextcloud crowdsecurity/nginx
acquis:
- traefik.yml
- nginx.yml
log_mounts:
- /var/log/nginx:/logs/nginx:ro
- /var/log/traefik/:/logs/traefik:ro
- /var/log/syslog:/var/log/syslog:ro
- /var/log/auth.log:/var/log/auth.log:ro
whitelist:
- /srv/docker/crowdsec/whitelist-de.yml:/etc/crowdsec/parsers/s02-enrich/whitelist-de.yml
# code: language=ansible