--- # Common variables for all hosts timezone: America/Toronto locale: en_US.UTF-8 ansible_python_interpreter: /usr/bin/python3 # Debug settings ansible_debug_output: false # Security settings fail2ban_bantime: 3600 fail2ban_findtime: 600 fail2ban_maxretry: 3 # Maintenance settings maintenance_default_serial: "100%" # Default serial execution for maintenance maintenance_reboot_timeout: 300 # Reboot timeout in seconds maintenance_pre_reboot_delay: 5 # Delay before reboot in seconds