Note
This module is part of the fortinet.fortios collection (version 2.4.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.fortios. You need further requirements to be able to use this module, see Requirements for details.
To use it in a playbook, specify: fortinet.fortios.fortios_application_list.
New in fortinet.fortios 2.0.0
The below requirements are needed on the host that executes this module.
Parameter | Comments |
|---|---|
access_token string | Token-based authentication. Generated from GUI of Fortigate. |
application_list dictionary | Configure application control lists. |
|
app_replacemsg string |
Enable/disable replacement messages for blocked applications. Choices:
|
|
comment string |
Comments. |
|
control_default_network_services string |
Enable/disable enforcement of protocols over selected ports. Choices:
|
|
deep_app_inspection string |
Enable/disable deep application inspection. Choices:
|
|
default_network_services list / elements=dictionary |
Default network service entries. |
|
id integer / required |
Entry ID. see <a href=’#notes’>Notes</a>. |
|
port integer |
Port number. |
|
services list / elements=string |
Network protocols. Choices:
|
|
violation_action string |
Action for protocols not in the allowlist for selected port. Choices:
|
|
enforce_default_app_port string |
Enable/disable default application port enforcement for allowed applications. Choices:
|
|
entries list / elements=dictionary |
Application list entries. |
|
action string |
Pass or block traffic, or reset connection for traffic from this application. Choices:
|
|
application list / elements=dictionary |
ID of allowed applications. |
|
id integer / required |
Application IDs. see <a href=’#notes’>Notes</a>. |
|
behavior list / elements=string |
Application behavior filter. |
|
category list / elements=dictionary |
Category ID list. |
|
id integer / required |
Application category ID. see <a href=’#notes’>Notes</a>. |
|
exclusion list / elements=dictionary |
ID of excluded applications. |
|
id integer / required |
Excluded application IDs. see <a href=’#notes’>Notes</a>. |
|
id integer / required |
Entry ID. see <a href=’#notes’>Notes</a>. |
|
log string |
Enable/disable logging for this application list. Choices:
|
|
log_packet string |
Enable/disable packet logging. Choices:
|
|
parameters list / elements=dictionary |
Application parameters. |
|
id integer / required |
Parameter tuple ID. see <a href=’#notes’>Notes</a>. |
|
members list / elements=dictionary |
Parameter tuple members. |
|
id integer / required |
Parameter. see <a href=’#notes’>Notes</a>. |
|
name string |
Parameter name. |
|
value string |
Parameter value. |
|
value string |
Parameter value. |
|
per_ip_shaper string |
Per-IP traffic shaper. Source firewall.shaper.per-ip-shaper.name. |
|
popularity list / elements=string |
Application popularity filter (1 - 5, from least to most popular). Choices:
|
|
protocols list / elements=string |
Application protocol filter. |
|
quarantine string |
Quarantine method. Choices:
|
|
quarantine_expiry string |
Duration of quarantine. (Format |
|
quarantine_log string |
Enable/disable quarantine logging. Choices:
|
|
rate_count integer |
Count of the rate. |
|
rate_duration integer |
Duration (sec) of the rate. |
|
rate_mode string |
Rate limit mode. Choices:
|
|
rate_track string |
Track the packet protocol field. Choices:
|
|
risk list / elements=dictionary |
Risk, or impact, of allowing traffic from this application to occur (1 - 5; Low, Elevated, Medium, High, and Critical). |
|
level integer / required |
Risk, or impact, of allowing traffic from this application to occur (1 - 5; Low, Elevated, Medium, High, and Critical). see <a href=’#notes’>Notes</a>. |
|
session_ttl integer |
Session TTL (0 = default). |
|
shaper string |
Traffic shaper. Source firewall.shaper.traffic-shaper.name. |
|
shaper_reverse string |
Reverse traffic shaper. Source firewall.shaper.traffic-shaper.name. |
|
sub_category list / elements=dictionary |
Application Sub-category ID list. |
|
id integer / required |
Application sub-category ID. see <a href=’#notes’>Notes</a>. |
|
technology list / elements=string |
Application technology filter. |
|
vendor list / elements=string |
Application vendor filter. |
|
extended_log string |
Enable/disable extended logging. Choices:
|
|
force_inclusion_ssl_di_sigs string |
Enable/disable forced inclusion of SSL deep inspection signatures. Choices:
|
|
name string / required |
List name. |
|
options list / elements=string |
Basic application protocol signatures allowed by default. Choices:
|
|
other_application_action string |
Action for other applications. Choices:
|
|
other_application_log string |
Enable/disable logging for other applications. Choices:
|
|
p2p_black_list list / elements=string |
P2P applications to be black listed. Choices:
|
|
p2p_block_list list / elements=string |
P2P applications to be block listed. Choices:
|
|
replacemsg_group string |
Replacement message group. Source system.replacemsg-group.name. |
|
unknown_application_action string |
Pass or block traffic from unknown applications. Choices:
|
|
unknown_application_log string |
Enable/disable logging for unknown applications. Choices:
|
enable_log boolean | Enable/Disable logging for task. Choices:
|
member_path string | Member attribute path to operate on. Delimited by a slash character if there are more than one attribute. Parameter marked with member_path is legitimate for doing member operation. |
member_state string | Add or delete a member under specified attribute path. When member_state is specified, the state option is ignored. Choices:
|
state string / required | Indicates whether to create or remove the object. Choices:
|
vdom string | Virtual domain, among those defined previously. A vdom is a virtual instance of the FortiGate that can be configured and used as a different unit. Default: |
Note
- name: Configure application control lists.
fortinet.fortios.fortios_application_list:
vdom: "{{ vdom }}"
state: "present"
access_token: "<your_own_value>"
application_list:
app_replacemsg: "disable"
comment: "Comments."
control_default_network_services: "disable"
deep_app_inspection: "disable"
default_network_services:
-
id: "8"
port: "0"
services: "http"
violation_action: "pass"
enforce_default_app_port: "disable"
entries:
-
action: "pass"
application:
-
id: "16"
behavior: "<your_own_value>"
category:
-
id: "19"
exclusion:
-
id: "21"
id: "22"
log: "disable"
log_packet: "disable"
parameters:
-
id: "26"
members:
-
id: "28"
name: "default_name_29"
value: "<your_own_value>"
value: "<your_own_value>"
per_ip_shaper: "<your_own_value> (source firewall.shaper.per-ip-shaper.name)"
popularity: "1"
protocols: "<your_own_value>"
quarantine: "none"
quarantine_expiry: "<your_own_value>"
quarantine_log: "disable"
rate_count: "0"
rate_duration: "60"
rate_mode: "periodical"
rate_track: "none"
risk:
-
level: "<you_own_value>"
session_ttl: "0"
shaper: "<your_own_value> (source firewall.shaper.traffic-shaper.name)"
shaper_reverse: "<your_own_value> (source firewall.shaper.traffic-shaper.name)"
sub_category:
-
id: "48"
technology: "<your_own_value>"
vendor: "<your_own_value>"
extended_log: "enable"
force_inclusion_ssl_di_sigs: "disable"
name: "default_name_53"
options: "allow-dns"
other_application_action: "pass"
other_application_log: "disable"
p2p_black_list: "skype"
p2p_block_list: "skype"
replacemsg_group: "<your_own_value> (source system.replacemsg-group.name)"
unknown_application_action: "pass"
unknown_application_log: "disable"
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
build string | Build number of the fortigate image Returned: always Sample: |
http_method string | Last method used to provision the content into FortiGate Returned: always Sample: |
http_status string | Last result given by FortiGate on last operation applied Returned: always Sample: |
mkey string | Master key (id) used in the last call to FortiGate Returned: success Sample: |
name string | Name of the table used to fulfill the request Returned: always Sample: |
path string | Path of the table used to fulfill the request Returned: always Sample: |
revision string | Internal revision number Returned: always Sample: |
serial string | Serial number of the unit Returned: always Sample: |
status string | Indication of the operation’s result Returned: always Sample: |
vdom string | Virtual domain used Returned: always Sample: |
version string | Version of the FortiGate Returned: always Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/fortinet/fortios/fortios_application_list_module.html