2026-06-07 08:29:57 +02:00
|
|
|
---
|
|
|
|
|
ansible_connection: ansible.netcommon.network_cli
|
|
|
|
|
ansible_network_os: community.routeros.routeros
|
2026-06-07 08:31:34 +02:00
|
|
|
# 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).
|
2026-06-07 08:29:57 +02:00
|
|
|
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
|