Added zoneminder to aya01 (if I hadn't before)

Added backblaze (todo documentation)

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-06 16:36:21 +01:00
parent 70083f2974
commit b371e246a9
16 changed files with 150 additions and 11 deletions

View File

@@ -4,6 +4,22 @@
user: tudattr
timezone: Europe/Berlin
local_domain: borg.land
rclone_config: "/root/.config/rclone/"
#
# aya01 - Disks
#
fstab_entries:
- name: "config"
uuid: "4942deb8-707e-48b5-81e3-555ae3cda9ba"
type: "ext4"
path: "/opt/"
- name: "media"
uuid: "c4c724ec-4fe3-4665-adf4-acd31d6b7f95"
type: "ext4"
path: "/media/"
#
# Packages
@@ -17,6 +33,7 @@ common_packages:
- smartmontools
- curl
- tree
- rsync
#
# Docker
@@ -29,5 +46,28 @@ docker_apt_repository: "deb [arch={{ docker_apt_arch }}] {{ docker_repo_url }}/{
docker_compose_dir: /opt/docker/compose
docker_dir: /opt/docker/config
docker_data_dir: /media/docker/data # only available on aya01
mysql_user: user
#
# aya01
#
zoneminder_config: "{{ docker_dir }}/zm/"
zoneminder_data: "{{ docker_data_dir }}/zm/data"
#
# pi
#
#
# backblaze
#
backblaze_paths:
aya01:
- "{{ docker_compose_dir }}"
- "{{ docker_dir }}"
pi:
- "{{ docker_compose_dir }}"
- "{{ docker_dir }}"