fmgd_extensioncontroller_extendervap – FortiExtender wifi vap configuration.

Added in version 1.0.0.

Synopsis

  • This module is able to configure a FortiManager device.

  • Examples include all parameters and values need to be adjusted to data sources before usage.

  • Tested with FortiManager v7.x.

Requirements

The below requirements are needed on the host that executes this module.

  • ansible-core>=2.16.0

FortiManager Version Compatibility

Supported Version Ranges: v7.4.3 -> v7.4.6, v7.4.8 -> v7.6.2, v7.6.4 -> latest

Parameters

  • access_token -The token to access FortiManager without using username and password. type: str required: false
  • bypass_validation - Only set to True when module schema diffs with FortiManager API structure, module continues to execute without validating parameters. type: bool required: false default: False
  • enable_log - Enable/Disable logging for task. type: bool required: false default: False
  • forticloud_access_token - Access token of forticloud managed API users, this option is available with FortiManager later than 6.4.0. type: str required: false
  • proposed_method - The overridden method for the underlying Json RPC request. type: str required: false choices: set, update, add
  • rc_succeeded - The rc codes list with which the conditions to succeed will be overriden. type: list required: false
  • rc_failed - The rc codes list with which the conditions to fail will be overriden. type: list required: false
  • state - The directive to create, update or delete an object type: str required: true choices: present, absent
  • workspace_locking_adom - Acquire the workspace lock if FortiManager is running in workspace mode. type: str required: false choices: global, custom adom including root
  • workspace_locking_timeout - The maximum time in seconds to wait for other users to release workspace lock. type: integer required: false default: 300
  • device - The parameter in requested url type: str required: true
  • vdom - The parameter in requested url type: str required: true
  • extensioncontroller_extendervap - FortiExtender wifi vap configuration. type: dict
    • allowaccess Control management access to the managed extender. type: list choices: [http, ssh, telnet, snmp, https, ping] more...
    • auth_server_address (Alias name: auth-server-address) Wi-fi authentication server address (ipv4 format). type: str more...
    • auth_server_port (Alias name: auth-server-port) Wi-fi authentication server port. type: int more...
    • auth_server_secret (Alias name: auth-server-secret) Wi-fi authentication server secret. type: str more...
    • broadcast_ssid (Alias name: broadcast-ssid) Wi-fi broadcast ssid enable / disable. type: str choices: [disable, enable] more...
    • bss_color_partial (Alias name: bss-color-partial) Wi-fi 802. type: str choices: [disable, enable] more...
    • dtim Wi-fi dtim (1 - 255) default = 1. type: int more...
    • end_ip (Alias name: end-ip) End ip address. type: str more...
    • ip_address (Alias name: ip-address) Extender ip address. type: list more...
    • max_clients (Alias name: max-clients) Wi-fi max clients (0 - 512), default = 0 (no limit) type: int more...
    • mu_mimo (Alias name: mu-mimo) Wi-fi multi-user mimo enable / disable, default = enable. type: str choices: [disable, enable] more...
    • name Wi-fi vap name. type: str more...
    • passphrase Wi-fi passphrase. type: list more...
    • pmf Wi-fi pmf enable/disable, default = disable. type: str choices: [disabled, optional, required] more...
    • rts_threshold (Alias name: rts-threshold) Wi-fi rts threshold (256 - 2347), default = 2347 (rts/cts disabled). type: int more...
    • sae_password (Alias name: sae-password) Wi-fi sae password. type: list more...
    • security Wi-fi security. type: str choices: [OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit] more...
    • ssid Wi-fi ssid. type: str more...
    • start_ip (Alias name: start-ip) Start ip address. type: str more...
    • target_wake_time (Alias name: target-wake-time) Wi-fi 802. type: str choices: [disable, enable] more...
    • type Wi-fi vap type local-vap / lan-extension-vap. type: str choices: [local-vap, lan-ext-vap] more...

Notes

Note

  • Running in workspace locking mode is supported in this FortiManager module, the top level parameters workspace_locking_adom and workspace_locking_timeout help do the work.

  • To create or update an object, use state: present directive.

  • To delete an object, use state: absent directive

  • Normally, running one module can fail when a non-zero rc is returned. you can also override the conditions to fail or succeed with parameters rc_failed and rc_succeeded

Examples

- name: Example playbook (generated based on argument schema)
  hosts: fortimanagers
  connection: httpapi
  gather_facts: false
  vars:
    ansible_httpapi_use_ssl: true
    ansible_httpapi_validate_certs: false
    ansible_httpapi_port: 443
  tasks:
    - name: FortiExtender wifi vap configuration.
      fortinet.fmgdevice.fmgd_extensioncontroller_extendervap:
        # bypass_validation: false
        # workspace_locking_adom: <global or your adom name>
        # workspace_locking_timeout: 300
        # rc_succeeded: [0, -2, -3, ...]
        # rc_failed: [-2, -3, ...]
        device: <your own value>
        vdom: <your own value>
        state: present # <value in [present, absent]>
        extensioncontroller_extendervap:
          name: "your value" # Required variable, string
          # allowaccess:
          #   - "http"
          #   - "ssh"
          #   - "telnet"
          #   - "snmp"
          #   - "https"
          #   - "ping"
          # auth_server_address: <string>
          # auth_server_port: <integer>
          # auth_server_secret: <string>
          # broadcast_ssid: <value in [disable, enable]>
          # bss_color_partial: <value in [disable, enable]>
          # dtim: <integer>
          # end_ip: <string>
          # ip_address: <list or string>
          # max_clients: <integer>
          # mu_mimo: <value in [disable, enable]>
          # passphrase: <list or string>
          # pmf: <value in [disabled, optional, required]>
          # rts_threshold: <integer>
          # sae_password: <list or string>
          # security: <value in [OPEN, WPA2-Personal, WPA-WPA2-Personal, ...]>
          # ssid: <string>
          # start_ip: <string>
          # target_wake_time: <value in [disable, enable]>
          # type: <value in [local-vap, lan-ext-vap]>

Return Values

Common return values are documented: https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values, the following are the fields unique to this module:

  • meta - The result of the request.returned: always type: dict
    • request_url - The full url requested. returned: always type: str sample: /sys/login/user
    • response_code - The status of api request. returned: always type: int sample: 0
    • response_data - The data body of the api response. returned: optional type: list or dict
    • response_message - The descriptive message of the api response. returned: always type: str sample: OK
    • system_information - The information of the target system. returned: always type: dict
  • rc - The status the request. returned: always type: int sample: 0
  • version_check_warning - Warning if the parameters used in the playbook are not supported by the current FortiManager version. returned: if at least one parameter not supported by the current FortiManager version type: list

Status

  • This module is not guaranteed to have a backwards compatible interface.

Authors

  • Xinwei Du (@dux-fortinet)

  • Xing Li (@lix-fortinet)

  • Jie Xue (@JieX19)

  • Link Zheng (@chillancezen)

  • Frank Shen (@fshen01)

  • Hongbin Lu (@fgtdev-hblu)