canonical / ansible-collection

Ansible Collection for interacting with MAAS
GNU General Public License v3.0
11 stars 15 forks source link

Support DHCP Relay in VLAN module #1

Closed k3nny0ne closed 1 year ago

k3nny0ne commented 1 year ago

MAAS allow DHCP relay to forward DHCP requests to another VLAN that MAAS is managing.

Ansible Collection should support relay_vlan parameter in module canonical.maas.vlan (see PUT /MAAS/api/2.0/fabrics/{fabric_id}/vlans/{vid}/ in MAAS API reference).