ansible-mikrotik icon indicating copy to clipboard operation
ansible-mikrotik copied to clipboard

Mikrotik module collection for ansible

Results 17 ansible-mikrotik issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 3.3.2. Changelog Sourced from cryptography's changelog. 3.3.2 - 2021-02-07 * **SECURITY ISSUE:** Fixed a bug where certain sequences of ``update()`` calls when symmetrically encrypting very...

dependencies

E.g. after changing from: ``` - action: drop disabled: "false" chain: forward src-address-list: ABC comment: drop from ABC dst-address: 8.8.8.8 place-before: 12 ``` to ``` - action: drop disabled: "false"...

Hi @zahodi ! Just suggesting to use the most recent version, since this year they have 2 big security issues. Nice project.

ip address module is out of date with the way we built the rest of the modules. It also doesn't do edits.

This may supersede #7 (I'm not extremely familiar with Ansible plugins yet). The integration test playbook mentions an action plugin which is a necessary prerequisite for using the inventory connection...

https://forum.mikrotik.com/viewtopic.php?f=9&t=122698

Either combine it with the generic firewall modules or convert it to using the MikrotikIdempotent class.