mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- Remove trailing blank line in inventory/host_vars/london-b.yml - Add missing document start marker to promtail config - Fix indentation in promtail scrape_configs (indent list items under key)
22 lines
491 B
YAML
22 lines
491 B
YAML
---
|
|
host_role: storage
|
|
host_description: "Primary storage (ZFS), Docker services"
|
|
host_location: "London"
|
|
|
|
docker_services:
|
|
- nextcloud-aio
|
|
- jellyseerr
|
|
- navidrome
|
|
- slskd
|
|
- miniflux
|
|
- smartctl-exporter
|
|
- plex-exporter
|
|
|
|
zfs_pools:
|
|
- hdd
|
|
|
|
common_ufw_allowed_ports:
|
|
- {port: 32400, proto: tcp, comment: "Plex Media Server"}
|
|
- {port: 6881, proto: tcp, comment: "BitTorrent"}
|
|
- {port: 6881, proto: udp, comment: "BitTorrent"}
|
|
- {port: 445, proto: tcp, comment: "Samba"}
|