MakerFLOSS_Mikrotik/group_vars/mikrotik.yml
sjat 5c04b3405b docs(group_vars): clarify ansible_user=admin is a bootstrap default
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 08:31:34 +02:00

14 lines
585 B
YAML

---
ansible_connection: ansible.netcommon.network_cli
ansible_network_os: community.routeros.routeros
# Bootstrap default. play_bootstrap.yml creates a named admin user and imports the
# operator SSH key; thereafter override ansible_user to that named user (host_vars).
ansible_user: admin
ansible_ssh_private_key_file: "~/.ssh/id_ed25519"
# Domain enable-flags (day-2 play). Override per-host if needed.
switch_identity_enabled: true
switch_users_enabled: true
switch_vlans_enabled: true
switch_backup_enabled: true
switch_firmware_enabled: false # opt-in; upgrades are disruptive