fujitsu / fujitsu.fos / 1.0.0 / module / fos_vlan Manage FUJITSU PSWITCH Vlan Config | "added in version" 2.10 of fujitsu.fos" Authors: unknownfujitsu.fos.fos_vlan (1.0.0) — module
Install with ansible-galaxy collection install fujitsu.fos:==1.0.0
collections: - name: fujitsu.fos version: 1.0.0
This module provides declarative management of VLANs on Fujitsu PSWITCH network devices.
- name: Create vlan fos_vlan: commands: - vlan 4000
- name: Create vlan fos_vlan: commands: - vlan name 4000 test
commands: description: - List of commands to send to the remote PSWITCH device over the configured provider. The resulting output from the command is returned. required: true type: list
commands: description: The list of configuration mode commands to send to the device returned: always sample: - vlan 4000 - vlan name 4000 test type: list