fortinet.fortimanager.fmgr_wtpprofile_lbs module – Set various location based service
Note
This module is part of the fortinet.fortimanager collection (version 2.3.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install fortinet.fortimanager
.
To use it in a playbook, specify: fortinet.fortimanager.fmgr_wtpprofile_lbs
.
New in fortinet.fortimanager 2.0.0
Synopsis
This module is able to configure a FortiManager device.
Examples include all parameters and values which need to be adjusted to data sources before usage.
Parameters
Parameter |
Comments |
---|---|
The token to access FortiManager without using username and password. |
|
the parameter (adom) in requested url |
|
Only set to True when module schema diffs with FortiManager API structure, module continues to execute without validating parameters. Choices:
|
|
Enable/Disable logging for task. Choices:
|
|
Authenticate Ansible client with forticloud API access token. |
|
The overridden method for the underlying Json RPC request. Choices:
|
|
The rc codes list with which the conditions to fail will be overriden. |
|
The rc codes list with which the conditions to succeed will be overriden. |
|
The adom to lock for FortiManager running in workspace mode, the value can be global and others including root. |
|
The maximum time in seconds to wait for other user to release the workspace lock. Default: |
|
the parameter (wtp-profile) in requested url |
|
the top level parameters set |
|
Enable/disable AeroScout Real Time Location Service Choices:
|
|
Use BSSID or board MAC address as AP MAC address in the Aeroscout AP message. Choices:
|
|
Enable/disable MU compounded report. Choices:
|
|
Enable/disable AeroScout support. Choices:
|
|
AeroScout Mobile Unit |
|
AeroScout MU mode timeout |
|
IP address of AeroScout server. |
|
AeroScout server UDP listening port. |
|
Enable/disable Ekahua blink mode Choices:
|
|
WiFi frame MAC address or WiFi Tag. |
|
IP address of Ekahua RTLS Controller |
|
Ekahua RTLS Controller |
|
Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they dont connect to this WiFi network Choices:
|
|
Enable/disable FortiPresence finding and reporting BLE devices. Choices:
|
|
FortiPresence report transmit frequency |
|
FortiPresence server UDP listening port |
|
FortiPresence project name |
|
Enable/disable FortiPresence finding and reporting rogue APs. Choices:
|
|
(list) no description |
|
FortiPresence server IP address. |
|
FortiPresence server address type Choices:
|
|
FQDN of FortiPresence server. |
|
Enable/disable FortiPresence finding and reporting unassociated stations. Choices:
|
|
Enable/disable PoleStar BLE NAO Track Real Time Location Service Choices:
|
|
Time that measurements should be accumulated in seconds |
|
Tags and asset addrgrp list to be reported. |
|
Tags and asset UUID list 1 to be reported |
|
Tags and asset UUID list 2 to be reported |
|
Tags and asset UUID list 3 to be reported |
|
Tags and asset UUID list 4 to be reported |
|
Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. Choices:
|
|
Time between reporting accumulated measurements in seconds |
|
FQDN of PoleStar Nao Track Server |
|
Path of PoleStar Nao Track Server |
|
Port of PoleStar Nao Track Server |
|
Access Token of PoleStar Nao Track Server. |
|
Enable/disable client station locating services for all clients, whether associated or not Choices:
|
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
- hosts: fortimanager-inventory
collections:
- fortinet.fortimanager
connection: httpapi
vars:
ansible_httpapi_use_ssl: True
ansible_httpapi_validate_certs: False
ansible_httpapi_port: 443
tasks:
- name: Set various location based service
fmgr_wtpprofile_lbs:
bypass_validation: False
workspace_locking_adom: <value in [global, custom adom including root]>
workspace_locking_timeout: 300
rc_succeeded: [0, -2, -3, ...]
rc_failed: [-2, -3, ...]
adom: <your own value>
wtp-profile: <your own value>
wtpprofile_lbs:
aeroscout: <value in [disable, enable]>
aeroscout-ap-mac: <value in [bssid, board-mac]>
aeroscout-mmu-report: <value in [disable, enable]>
aeroscout-mu: <value in [disable, enable]>
aeroscout-mu-factor: <integer>
aeroscout-mu-timeout: <integer>
aeroscout-server-ip: <string>
aeroscout-server-port: <integer>
ekahau-blink-mode: <value in [disable, enable]>
ekahau-tag: <string>
erc-server-ip: <string>
erc-server-port: <integer>
fortipresence: <value in [disable, enable, enable2, ...]>
fortipresence-frequency: <integer>
fortipresence-port: <integer>
fortipresence-project: <string>
fortipresence-rogue: <value in [disable, enable]>
fortipresence-secret: <list or string>
fortipresence-server: <string>
fortipresence-unassoc: <value in [disable, enable]>
station-locate: <value in [disable, enable]>
fortipresence-ble: <value in [disable, enable]>
fortipresence-server-addr-type: <value in [fqdn, ipv4]>
fortipresence-server-fqdn: <string>
polestar: <value in [disable, enable]>
polestar-accumulation-interval: <integer>
polestar-asset-addrgrp-list: <string>
polestar-asset-uuid-list1: <string>
polestar-asset-uuid-list2: <string>
polestar-asset-uuid-list3: <string>
polestar-asset-uuid-list4: <string>
polestar-protocol: <value in [WSS]>
polestar-reporting-interval: <integer>
polestar-server-fqdn: <string>
polestar-server-path: <string>
polestar-server-port: <integer>
polestar-server-token: <string>
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The result of the request. Returned: always |
|
The full url requested. Returned: always Sample: |
|
The status of api request. Returned: always Sample: |
|
The api response. Returned: always |
|
The descriptive message of the api response. Returned: always Sample: |
|
The information of the target system. Returned: always |
|
The status the request. Returned: always Sample: |
|
Warning if the parameters used in the playbook are not supported by the current FortiManager version. Returned: complex |