fortinet.fortimanager.fmgr_vpnmgr_vpntable module – Vpnmgr vpntable
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_vpnmgr_vpntable
.
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 top level parameters set. |
|
Authmethod. Choices:
|
|
Deprecated, please rename it to auto_zone_policy. Auto zone policy. Choices:
|
|
(list or str) Certificate. |
|
Description. |
|
Dpd. Choices:
|
|
Deprecated, please rename it to dpd_retrycount. Dpd retrycount. |
|
(list) Deprecated, please rename it to dpd_retryinterval. Dpd retryinterval. |
|
Deprecated, please rename it to fcc_enforcement. Fcc enforcement. Choices:
|
|
(list or str) Deprecated, please rename it to hub2spoke_zone. Hub2spoke zone. |
|
Deprecated, please rename it to ike_version. Ike version. Choices:
|
|
Ike1dhgroup. Choices:
|
|
Ike1dpd. Choices:
|
|
Ike1keylifesec. |
|
Ike1localid. |
|
Ike1mode. Choices:
|
|
Ike1natkeepalive. |
|
Ike1nattraversal. Choices:
|
|
Ike1proposal. Choices:
|
|
Ike2autonego. Choices:
|
|
Ike2dhgroup. Choices:
|
|
Ike2keepalive. Choices:
|
|
Ike2keylifekbs. |
|
Ike2keylifesec. |
|
Ike2keylifetype. Choices:
|
|
Ike2proposal. Choices:
|
|
Deprecated, please rename it to inter_vdom. Inter vdom. Choices:
|
|
Deprecated, please rename it to intf_mode. Intf mode. Choices:
|
|
Deprecated, please rename it to localid_type. Localid type. Choices:
|
|
Name. |
|
Deprecated, please rename it to negotiate_timeout. Negotiate timeout. |
|
Deprecated, please rename it to network_id. Network id. |
|
Deprecated, please rename it to network_overlay. Network overlay. Choices:
|
|
Deprecated, please rename it to npu_offload. Npu offload. Choices:
|
|
Pfs. Choices:
|
|
Deprecated, please rename it to psk_auto_generate. Psk auto generate. Choices:
|
|
(list) Psksecret. |
|
Replay. Choices:
|
|
Deprecated, please rename it to rsa_certificate. Rsa certificate. |
|
(list or str) Deprecated, please rename it to spoke2hub_zone. Spoke2hub zone. |
|
Topology. Choices:
|
|
(list or str) Deprecated, please rename it to vpn_zone. Vpn zone. |
|
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: Vpnmgr vpntable
fortinet.fortimanager.fmgr_vpnmgr_vpntable:
# 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>
state: present # <value in [present, absent]>
vpnmgr_vpntable:
authmethod: <value in [psk, rsa-signature, signature]>
auto_zone_policy: <value in [disable, enable]>
certificate: <list or string>
description: <string>
dpd: <value in [disable, enable, on-idle, ...]>
dpd_retrycount: <integer>
dpd_retryinterval: <list or integer>
fcc_enforcement: <value in [disable, enable]>
hub2spoke_zone: <list or string>
ike_version: <value in [1, 2]>
ike1dhgroup:
- 1
- 2
- 5
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 27
- 28
- 29
- 30
- 31
- 32
ike1dpd: <value in [disable, enable]>
ike1keylifesec: <integer>
ike1localid: <string>
ike1mode: <value in [main, aggressive]>
ike1natkeepalive: <integer>
ike1nattraversal: <value in [disable, enable, forced]>
ike1proposal: <value in [des-md5, des-sha1, 3des-md5, ...]>
ike2autonego: <value in [disable, enable]>
ike2dhgroup:
- 1
- 2
- 5
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 27
- 28
- 29
- 30
- 31
- 32
ike2keepalive: <value in [disable, enable]>
ike2keylifekbs: <integer>
ike2keylifesec: <integer>
ike2keylifetype: <value in [seconds, kbs, both]>
ike2proposal: <value in [null-md5, null-sha1, des-null, ...]>
inter_vdom: <value in [disable, enable]>
intf_mode: <value in [off, on]>
localid_type: <value in [auto, fqdn, user-fqdn, ...]>
name: <string>
negotiate_timeout: <integer>
npu_offload: <value in [disable, enable]>
pfs: <value in [disable, enable]>
psk_auto_generate: <value in [disable, enable]>
psksecret: <list or string>
replay: <value in [disable, enable]>
rsa_certificate: <string>
spoke2hub_zone: <list or string>
topology: <value in [meshed, star, dialup]>
vpn_zone: <list or string>
network_id: <integer>
network_overlay: <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 |