alliance-boreale/ansible/roles/common/defaults/main.yml
Dan Allaire bb38f846cd
Some checks are pending
CI / yaml-lint (push) Waiting to run
CI / ssot-export (push) Waiting to run
CI / tests (push) Waiting to run
CI / docs (push) Waiting to run
Premiers rôles ansible et leurs playbooks de déploiement (Phases 1 et 2)
2025-11-01 17:57:46 -04:00

47 lines
750 B
YAML

# Alliance Boréale - Rôle Common - Default Variables
# Date: 2025-10-31
---
# Ces valeurs sont écrasées par group_vars/all.yml
# Elles servent de fallback si group_vars absent
base_packages:
- vim
- htop
- curl
- git
- python3
system:
timezone: America/Toronto
locale: en_CA.UTF-8
ntp:
enabled: true
servers:
- 0.ca.pool.ntp.org
- 1.ca.pool.ntp.org
ssh:
port: 22
permit_root_login: false
password_authentication: false
pubkey_authentication: true
users:
ansible:
name: ansible
groups: [sudo]
shell: /bin/bash
sudo_nopasswd: true
security:
firewall: nftables
fail2ban_enabled: true
unattended_upgrades: true
firewall:
default_policy: drop
network:
internal_subnet: 10.0.0.0/8