Initial template repository
🎬 ARR Suite Template Bootstrap - Complete Media Automation Stack Features: - 16 production services (Prowlarr, Sonarr, Radarr, Plex, etc.) - One-command Ansible deployment - VPN-protected downloads via Gluetun - Tailscale secure access - Production-ready security (UFW, Fail2Ban) - Automated backups and monitoring - Comprehensive documentation Ready for customization and deployment to any VPS. Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
11
inventory/production.yml
Normal file
11
inventory/production.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
all:
|
||||
children:
|
||||
arrs_servers:
|
||||
hosts:
|
||||
your-vps:
|
||||
ansible_host: YOUR_VPS_IP_ADDRESS
|
||||
ansible_user: root
|
||||
ansible_ssh_private_key_file: ~/.ssh/your_private_key
|
||||
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
||||
# Optional: Tailscale IP for secure mesh networking
|
||||
tailscale_ip: YOUR_TAILSCALE_IP_ADDRESS
|
||||
Reference in New Issue
Block a user