zahodi / ansible-mikrotik

Mikrotik module collection for ansible
Apache License 2.0
96 stars 33 forks source link

SDAS-1287: refactor ip address module #13

Open zahodi opened 7 years ago

zahodi commented 7 years ago

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

amatamalas commented 6 years ago

@zahodi, using the idempotent class should allow to perform edits straight away right? I can submit a PR for this issue

zahodi commented 6 years ago

@amatamalas we need to determine which parameter to make idempotement for the IP addresses. Mikrotik will only let you set a unique IP per interface so I think we should go with that.