Manage Routeros with Ansible

ansible-galaxy collection install community.network
routeros:
  hosts:
    192.168.1.160:
ansible_connection: ansible.netcommon.network_cli
ansible_network_os: community.network.routeros
ansible_user: ansibleusr
ansible_password: !Vault...
ansible_become: yes
ansible_become_method: enable
ansible_become_password: Vault...