fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_service module – Create SD-WAN rules or priority rules
Note
This module is part of the fortinet.fortimanager collection (version 2.7.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_wanprof_system_virtualwanlink_service
.
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 directive to create, update or delete an object. Choices:
|
|
The parameter (wanprof) in requested url. |
|
The top level parameters set. |
|
Deprecated, please rename it to addr_mode. Address mode Choices:
|
|
Deprecated, please rename it to bandwidth_weight. Coefficient of reciprocal of available bidirectional bandwidth in the fo… |
|
Enable/disable use of SD-WAN as default service. Choices:
|
|
Deprecated, please rename it to dscp_forward. Enable/disable forward traffic DSCP tag. Choices:
|
|
Deprecated, please rename it to dscp_forward_tag. Forward traffic DSCP tag. |
|
Deprecated, please rename it to dscp_reverse. Enable/disable reverse traffic DSCP tag. Choices:
|
|
Deprecated, please rename it to dscp_reverse_tag. Reverse traffic DSCP tag. |
|
(list or str) Destination address name. |
|
Deprecated, please rename it to dst_negate. Enable/disable negation of destination address match. Choices:
|
|
(list or str) Destination address6 name. |
|
Deprecated, please rename it to end_port. End destination port number. |
|
Enable/disable SD-WAN service gateway. Choices:
|
|
(list or str) User groups. |
|
Deprecated, please rename it to health_check. Health check. |
|
Deprecated, please rename it to hold_down_time. Waiting period in seconds when switching from the back-up member to the pr… |
|
Priority rule ID |
|
(list or str) Deprecated, please rename it to input_device. Source interface name. |
|
Deprecated, please rename it to input_device_negate. Enable/disable negation of input device match. Choices:
|
|
Deprecated, please rename it to internet_service. Enable/disable use of Internet service for application-based load balancing. Choices:
|
|
(list) Deprecated, please rename it to internet_service_app_ctrl. Application control based Internet Service ID list. |
|
(list or str) Deprecated, please rename it to internet_service_app_ctrl_group. Application control based Internet Service … |
|
(list) Deprecated, please rename it to internet_service_ctrl. Control-based Internet Service ID list. |
|
(list or str) Deprecated, please rename it to internet_service_ctrl_group. Control-based Internet Service group list. |
|
(list or str) Deprecated, please rename it to internet_service_custom. Custom Internet service name list. |
|
(list or str) Deprecated, please rename it to internet_service_custom_group. Custom Internet Service group list. |
|
(list or str) Deprecated, please rename it to internet_service_group. Internet Service group list. |
|
(list or str) Deprecated, please rename it to internet_service_id. Internet service ID list. |
|
Deprecated, please rename it to internet_service_name. Internet service name list. |
|
Deprecated, please rename it to jitter_weight. Coefficient of jitter in the formula of custom-profile-1. |
|
Deprecated, please rename it to latency_weight. Coefficient of latency in the formula of custom-profile-1. |
|
Deprecated, please rename it to link_cost_factor. Link cost factor. Choices:
|
|
Deprecated, please rename it to link_cost_threshold. Percentage threshold change of link cost values that will result in p… |
|
Member sequence number. |
|
Control how the priority rule sets the priority of interfaces in the SD-WAN. Choices:
|
|
Priority rule name. |
|
Deprecated, please rename it to packet_loss_weight. Coefficient of packet-loss in the formula of custom-profile-1. |
|
(list or str) Deprecated, please rename it to priority_members. Member sequence number list. |
|
Protocol number. |
|
Deprecated, please rename it to quality_link. Quality grade. |
|
Service role to work with neighbor. Choices:
|
|
Deprecated, please rename it to route_tag. IPv4 route map route-tag. |
|
Sla. |
|
Deprecated, please rename it to health_check. Virtual WAN Link health-check. |
|
SLA ID. |
|
Deprecated, please rename it to sla_compare_method. Method to compare SLA value for sla and load balance mode. Choices:
|
|
(list or str) Source address name. |
|
Deprecated, please rename it to src_negate. Enable/disable negation of source address match. Choices:
|
|
(list or str) Source address6 name. |
|
Deprecated, please rename it to standalone_action. Enable/disable service when selected neighbor role is standalone while … Choices:
|
|
Deprecated, please rename it to start_port. Start destination port number. |
|
Enable/disable SD-WAN service. Choices:
|
|
Type of service bit pattern. |
|
Deprecated, please rename it to tos_mask. Type of service evaluated bits. |
|
(list or str) User name. |
|
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: |
Notes
Note
Starting in version 2.4.0, all input arguments are named using the underscore naming convention (snake_case). Please change the arguments such as “var-name” to “var_name”. Old argument names are still available yet you will receive deprecation warnings. You can ignore this warning by setting deprecation_warnings=False in ansible.cfg.
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
vars:
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_httpapi_port: 443
tasks:
- name: Create SD-WAN rules or priority rules
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_service:
# 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>
wanprof: <your own value>
state: present # <value in [present, absent]>
wanprof_system_virtualwanlink_service:
addr_mode: <value in [ipv4, ipv6]>
bandwidth_weight: <integer>
default: <value in [disable, enable]>
dscp_forward: <value in [disable, enable]>
dscp_forward_tag: <string>
dscp_reverse: <value in [disable, enable]>
dscp_reverse_tag: <string>
dst: <list or string>
dst_negate: <value in [disable, enable]>
dst6: <list or string>
end_port: <integer>
gateway: <value in [disable, enable]>
groups: <list or string>
health_check: <string>
hold_down_time: <integer>
id: <integer>
internet_service: <value in [disable, enable]>
internet_service_ctrl: <list or integer>
internet_service_ctrl_group: <list or string>
internet_service_custom: <list or string>
internet_service_custom_group: <list or string>
internet_service_group: <list or string>
internet_service_id: <list or string>
jitter_weight: <integer>
latency_weight: <integer>
link_cost_factor: <value in [latency, jitter, packet-loss, ...]>
link_cost_threshold: <integer>
member: <string>
mode: <value in [auto, manual, priority, ...]>
name: <string>
packet_loss_weight: <integer>
priority_members: <list or string>
protocol: <integer>
quality_link: <integer>
route_tag: <integer>
sla:
-
health_check: <string>
id: <integer>
src: <list or string>
src_negate: <value in [disable, enable]>
src6: <list or string>
start_port: <integer>
status: <value in [disable, enable]>
tos: <string>
tos_mask: <string>
users: <list or string>
internet_service_app_ctrl: <list or integer>
internet_service_app_ctrl_group: <list or string>
role: <value in [primary, secondary, standalone]>
sla_compare_method: <value in [order, number]>
standalone_action: <value in [disable, enable]>
input_device: <list or string>
internet_service_name: <string>
input_device_negate: <value in [disable, enable]>
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 |