Files
chittick_projects/sophos-xgs-ansible/roles/sophos_common/defaults/main.yml
Jake Kasper 4f1e8d3add Claude 1
2025-12-09 09:33:48 -06:00

19 lines
579 B
YAML

---
# ============================================================================
# Sophos Common Role - Default Variables
# ============================================================================
# These are default values that can be overridden in group_vars or host_vars.
# ============================================================================
# API connection defaults
sophos_mgmt_port: 4444
sophos_validate_certs: false
sophos_api_timeout: 30
# Retry settings
sophos_api_retries: 3
sophos_api_retry_delay: 5
# Security settings
sophos_no_log_sensitive: true