david_igou.routeros_configuration._reconcile role – Reconcile one RouterOS config path declaratively via the API.
Note
This role is part of the david_igou.routeros_configuration collection (version 0.0.8-alpha).
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it use: ansible-galaxy collection install david_igou.routeros_configuration.
To use it in a playbook, specify: david_igou.routeros_configuration._reconcile.
Entry point main – Reconcile one RouterOS config path declaratively via the API.
Synopsis
Internal engine role. Subsystem roles include it with rcfg_* set.
Parameters
Parameter |
Comments |
|---|---|
How to treat entry fields not present in rcfg_data. Choices:
|
|
Desired list of entry dicts for the path. |
|
Enforce entry order. Requires rcfg_purge. Choices:
|
|
Space-separated RouterOS path, e.g. “ip firewall filter”. |
|
Remove device entries not present in rcfg_data (exact-state). Choices:
|
|
API hostname/IP of the device. Default: |
|
API password. Secret — supply via vault/group_vars. Intentionally has no default so a missing value fails loudly rather than attempting an empty-password login. The module marks it no_log. |
|
TCP port; empty lets the module choose from tls. Default: |
|
Use TLS (api-ssl). Prefer true in production. Choices:
|
|
API username. Default: |
|
Validate the device TLS certificate. Choices:
|