Skip to content

Configuring mikrotik devices

Ryan Turner edited this page Mar 25, 2016 · 6 revisions
  1. Reset the device
  2. Using winbox or mac-telnet, setup the device with a valid IP, DNS, and default route in your LAN.
  3. In your inventory file, set the ansible_ssh_host variable to the device's local IP; for instance: r1.sco.memhamwan.net ansible_ssh_host=10.0.7.96
  4. Run the playbook, for instance with ansible-playbook -i locales/memphis/hosts base_station_core_router.yml --vault-password-file ~/.vault_pass.txt -vvvv -u ryan_turner --limit sco --extra-vars "default_user=admin"
Clone this wiki locally