Setup Ansible and Mikrotik RouterOS

https://docs.ansible.com/ansible/devel/collections/community/routeros/ https://github.com/ansible-collections/community.routeros Install the RouterOS collection. ansible-galaxy collection install community.routeros Create inventory vi inventory.ini If you are using a custom SSH port, be sure that ansible-pylibssh is installed. pip install ansible-pylibssh Simple Playbook This simple playbook will print the system … Continue reading Setup Ansible and Mikrotik RouterOS