hs0210.fos.fos_vlan (1.0.5) — module

Manage FUJITSU PSWITCH Vlan Config

| "added in version" 2.10 of hs0210.fos"

Authors: unknown

Install collection

Install with ansible-galaxy collection install hs0210.fos:==1.0.5


Add to requirements.yml

  collections:
    - name: hs0210.fos
      version: 1.0.5

Description

This module provides declarative management of VLANs on Fujitsu PSWITCH network devices.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Create vlan
  fos_vlan:
    commands:
      - vlan 4000
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Create vlan
  fos_vlan:
    commands:
      - vlan name 4000 test

Inputs

    
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

Outputs

commands:
  description: The list of configuration mode commands to send to the device
  returned: always
  sample:
  - vlan 4000
  - vlan name 4000 test
  type: list