Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoghi/routeros-ansible-role
Ansible role configure basic mikrotik router os device
https://github.com/yoghi/routeros-ansible-role
ansible mikrotik routeros
Last synced: 11 days ago
JSON representation
Ansible role configure basic mikrotik router os device
- Host: GitHub
- URL: https://github.com/yoghi/routeros-ansible-role
- Owner: yoghi
- License: gpl-3.0
- Created: 2018-10-28T21:19:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:28:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:08:58.727Z (4 months ago)
- Topics: ansible, mikrotik, routeros
- Language: Shell
- Size: 84 KB
- Stars: 7
- Watchers: 7
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# routeros-ansible-role
[![Build Status](https://travis-ci.com/yoghi/routeros-ansible-role.svg?branch=master)](https://travis-ci.com/yoghi/routeros-ansible-role) [![Ansible Galaxy](https://img.shields.io/badge/routeros_ansible_role-latest-blue.svg)](https://galaxy.ansible.com/yoghi/routeros_ansible_role)Ansible role configure basic mikrotik routeros device
- remote default admin user
- setup reboot / shutdown scheduler
- disable service telnet, ftp, www, api, api-ssl## Dependencies
- librouteros 3.0.0 python 3.6
- librouteros 2.4.0 python 2.7## Variables
Remember configure router os variable and install librouteros
* `routeros_secure_address`: trusted network for winbox connect Es: "10.0.0.0/24"
* `routeros_ssh_port`: ssh open port Es: 3322
* `routeros_disable_password_login`: disable login with passowd [True/False]
* `routeros_disable_old_cryptographic_login`: disable dsa and other old cryptographic alghoritm [True/False]
* `routeros_timezone`: timezone Es: Europe/Rome
### Author Information
* Stefano Tamagnini
### Contributors
* [markwell-ch](https://github.com/markwell-ch) *replace schedulers with :execute commands*
### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/yoghi/routeros-ansible-role/issues)!