This commit is contained in:
@@ -70,6 +70,8 @@
|
||||
- name: Enable DHCP on Relevant VLANs
|
||||
cisco.meraki.networks_appliance_vlans:
|
||||
state: present
|
||||
networkId: "{{ nid }}"
|
||||
name: "{{ item.name }}"
|
||||
id: "{{ item.id }}"
|
||||
vlanId: "{{ item.id }}"
|
||||
dhcpHandling: "Run a DHCP server"
|
||||
@@ -83,6 +85,8 @@
|
||||
- name: Disable DHCP on Relevant VLANs
|
||||
cisco.meraki.networks_appliance_vlans:
|
||||
state: present
|
||||
networkId: "{{ nid }}"
|
||||
name: "{{ item.name }}"
|
||||
id: "{{ item.id }}"
|
||||
vlanId: "{{ item.id }}"
|
||||
dhcpHandling: "Do not respond to DHCP requests"
|
||||
|
||||
Reference in New Issue
Block a user