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