MakerFLOSS_Mikrotik/group_vars/mikrotik.yml

15 lines
585 B
YAML
Raw Permalink Normal View History

---
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