ansible-mikrotik
ansible-mikrotik copied to clipboard
Mikrotik module collection for ansible
Module docstrings need to be revised: - [ ] provide sufficient examples - [ ] identify the parameter that is used identifying idempotency. Some modules look for a name and...
Already attempted to send a script in the parameter as a string but fails on large scripts. We can possibly enable utilize enabling ftp for this to work.
System scheduler module needs to use the MikrotikIdempotent class and match the standard format of the rest of the modules.
Currently, every (non-idempotent) Ansible module duplicates the construction of the `Mikrotik` logic and initial call to `mk.login` - this should probably be moved to `mt_common` This has other benefits as...
Some Python files in the repository are in two-spaces-per-level indentation, while PEP-8 (and Ansible as a whole) uses four-spaces-per-level. Which style should be used for this repository?