mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-08-03 17:45:09 +02:00
- added MikrotikModule class - added a task for testing - add main function for the module
5 lines
90 B
YAML
5 lines
90 B
YAML
---
|
|
- name: set ip
|
|
mikrotik:
|
|
interface: "ether6-master"
|
|
ip_addr: "192.168.50.1"
|