Added gitlab and added node_exporters for mii and pi

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-05-24 14:44:43 +02:00
parent f456c516b3
commit eab5ff37cf
8 changed files with 78 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ timezone: Europe/Berlin
rclone_config: "/root/.config/rclone/"
puid: "1000"
pgid: "1000"
pk_path: "/media/veracrypt1/genesis"
pk_path: "/mnt/veracrypt1/genesis"
local_domain: borg.land
local_subdomains: "@"
@@ -87,6 +87,13 @@ mysql_user: user
aya01_host: "aya01"
aya01_ip: "192.168.20.12"
#
# mii
#
mii_host: "mii"
mii_ip: "192.168.200.2"
#
# ZoneMinder
#
@@ -401,3 +408,27 @@ snmp_exporter_port: "9116"
snmp_exporter_target: "192.168.20.1"
snmp_exporter_config: "{{ docker_dir }}/snmp_exporter/"
snmp_exporter_host: "snmp_exporter"
#
# Gitlab
#
gitlab:
host: "gitlab"
restart: "unless-stopped"
puid: 998
pgid: 998
paths:
config: "{{ docker_dir }}/gitlab/config/"
logs: "{{ docker_data_dir }}/gitlab/logs/"
data: "{{ docker_data_dir }}/gitlab/data/"
ports:
ssh:
local: 22
remote: 23232
http:
local: 80
remote: 8084
https:
local: 443
remote: 8444