feat(ansible): update community.routeros to 2.4.0 #1500
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.1
->2.4.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
ansible-collections/community.routeros
v2.4.0
Compare Source
======
Release Summary
Feature release improving the
api*
modules.Minor Changes
force_no_cert
to connect with ADH ciphers (https://github.com/ansible-collections/community.routeros/pull/124).include_builtin
which allows to include "builtin" entries that are automatically generated by ROS and cannot be modified by the user (https://github.com/ansible-collections/community.routeros/pull/130).interface bonding
,interface bridge mlag
,ipv6 firewall mangle
,ipv6 nd
,system scheduler
,system script
,system ups
(https://github.com/ansible-collections/community.routeros/pull/133).caps-man access-list
,caps-man configuration
,caps-man datapath
,caps-man manager
,caps-man provisioning
,caps-man security
(https://github.com/ansible-collections/community.routeros/pull/126).interface list
andinterface list member
(https://github.com/ansible-collections/community.routeros/pull/120).interface pppoe-client
,interface vlan
,interface bridge
,interface bridge vlan
(https://github.com/ansible-collections/community.routeros/pull/125).ip ipsec identity
,ip ipsec peer
,ip ipsec policy
,ip ipsec profile
,ip ipsec proposal
(https://github.com/ansible-collections/community.routeros/pull/129).ip route
andip route vrf
(https://github.com/ansible-collections/community.routeros/pull/123).ipv6 address
,ipv6 dhcp-server
,ipv6 dhcp-server option
,ipv6 route
,queue tree
,routing ospf area
,routing ospf area range
,routing ospf instance
,routing ospf interface-template
,routing pimsm instance
,routing pimsm interface-template
(https://github.com/ansible-collections/community.routeros/pull/131).system logging
,system logging action
(https://github.com/ansible-collections/community.routeros/pull/127).hw-offload
for pathip firewall filter
(https://github.com/ansible-collections/community.routeros/pull/121).address-list
,address-list-timeout
,connection-bytes
,connection-limit
,connection-mark
,connection-rate
,connection-type
,content
,disabled
,dscp
,dst-address-list
,dst-address-type
,dst-limit
,fragment
,hotspot
,icmp-options
,in-bridge-port
,in-bridge-port-list
,ingress-priority
,ipsec-policy
,ipv4-options
,jump-target
,layer7-protocol
,limit
,log
,log-prefix
,nth
,out-bridge-port
,out-bridge-port-list
,packet-mark
,packet-size
,per-connection-classifier
,port
,priority
,psd
,random
,realm
,routing-mark
,same-not-by-dst
,src-address
,src-address-list
,src-address-type
,src-mac-address
,src-port
,tcp-mss
,time
,tls-host
,ttl
inip firewall nat
path (https://github.com/ansible-collections/community.routeros/pull/133).combo-mode
,comment
,fec-mode
,mdix-enable
,poe-out
,poe-priority
,poe-voltage
,power-cycle-interval
,power-cycle-ping-address
,power-cycle-ping-enabled
,power-cycle-ping-timeout
for pathinterface ethernet
(https://github.com/ansible-collections/community.routeros/pull/121).jump-target
,reject-with
inip firewall filter
API path, fieldcomment
inip firwall address-list
API path, fieldjump-target
inip firewall mangle
API path, fieldcomment
inipv6 firewall address-list
API path, fieldsjump-target
,reject-with
inipv6 firewall filter
API path (https://github.com/ansible-collections/community.routeros/pull/133).interface gre
,interface eoip
(https://github.com/ansible-collections/community.routeros/pull/128).blackhole
,pref-src
,routing-table
,suppress-hw-offload
,type
,vrf-interface
inip route
path (https://github.com/ansible-collections/community.routeros/pull/131).system ntp client servers
andsystem ntp server
available in ROS7, as well as new fieldsservers
,mode
, andvrf
forsystem ntp client
(https://github.com/ansible-collections/community.routeros/pull/122).Bugfixes
ip route
entry can be defined without the need ofgateway
field, which is correct for unreachable/blackhole type of routes (https://github.com/ansible-collections/community.routeros/pull/131).queue interface
path works now (https://github.com/ansible-collections/community.routeros/pull/131).dynamic
from API pathipv6 firewall address-list
(https://github.com/ansible-collections/community.routeros/pull/133).ingress-filtering
ininterface bridge port
is nowtrue
, which is the default in ROS (https://github.com/ansible-collections/community.routeros/pull/125).Known Issues
queue tree
are defined as human readable - for example25M
-, the configuration will be correctly set in ROS, but the module will indicate the item is changed on every run even when there was no change done. This is caused by the ROS API which returns the number in bytes - for example25000000
(which is inconsistent with the CLI behavior). In order to mitigate that, the limits have to be defined in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).routing ospf area
,routing ospf area range
,routing ospf instance
,routing ospf interface-template
paths are not fully implemeted for ROS6 due to the significat changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.