feat: Implement Ansible for Proxmox VM management and refactor Mastodon Docker Compose, removing outdated service definitions.

This commit is contained in:
Nikholas Pcenicni
2026-01-19 02:02:49 -05:00
parent 6154a93f1b
commit f8591ccae6
39 changed files with 437 additions and 376 deletions

View File

@@ -0,0 +1,13 @@
# Common paths - adjust these to match your server setup
CONFIG_PATH=/path/to/config
DATA_PATH=/path/to/data
# User and Group IDs - run `id` command to find your IDs
PUID=1000
PGID=100
# Timezone - adjust to your timezone (e.g., America/New_York, Europe/London)
# Used by: radarr, sonarr, lidarr, bookshelf, bazarr, jellyseerr, prowlarr, profilarr
TZ=Canada/Eastern