Initial commit
This commit is contained in:
13
playbooks/group_vars/all.yml
Normal file
13
playbooks/group_vars/all.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# Netdata Configuration
|
||||
netdata_api_key: "homelab-stream-key-2024-secure"
|
||||
netdata_parent_retention_hours: 168 # 7 days
|
||||
netdata_child_retention_hours: 1 # 1 hour local buffer
|
||||
|
||||
# Monitoring Settings
|
||||
netdata_memory_limit_mb: 128 # Memory limit for child nodes
|
||||
netdata_disk_space_mb: 512 # Disk space limit for child nodes
|
||||
|
||||
# Network Configuration
|
||||
home_network_cidr: "192.168.1.0/24"
|
||||
tailscale_network_cidr: "100.64.0.0/10"
|
||||
Reference in New Issue
Block a user