ansible-collections.communi.../changelogs/fragments
Andrei Costescu 586edbc211
Add regexp field to ip dns static (#142)
* Add regexp field to "ip dns static"

* Change test_invalid_required_missing to use "ip dhcp-server"

"ip dns static" requires name or regexp so it cannot be used in this test.

* Add required_one_of attribute to APIData

Used by "ip dns static" which requires either "name" or "regexp.

* Add mutually_exclusive attribute to APIData

Used by "ip dns static" where only one of "name" or "regexp" can be used.

* Add changelog fragment
2022-12-29 08:51:40 +01:00
..
.keep Add collection template. 2020-10-26 15:18:40 +01:00
142-dns-regexp.yml Add regexp field to ip dns static (#142) 2022-12-29 08:51:40 +01:00
143-add-wireguard.yml Add wireguard interface and peers (#143) 2022-12-27 21:41:42 +01:00