38 lines
659 B
YAML

---
# Global variables for all hosts
# These apply to every host in the inventory unless overridden
# Network Configuration
network:
gateway: 10.0.0.2
dns_servers:
- 10.0.0.2
- 8.8.8.8
subnet: 10.0.0.0/24
# Time and Locale
timezone: America/New_York
locale: en_US.UTF-8
# SSH Configuration
ssh_port: 22
ssh_key_type: ed25519
# Docker Configuration
docker:
version: latest
compose_version: latest
registry_mirrors: []
# Security Defaults
security:
ufw_enabled: false
fail2ban_enabled: false
automatic_updates: true
# Maintenance Windows
maintenance:
reboot_allowed: true
reboot_time: "03:00"
update_cache_valid_time: 3600