fmgd_imageanalyzer_profile – Device vdom image analyzer profile.
Added in version 1.1.0.
Synopsis
This module is able to configure a FortiManager device (FortiProxy).
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.8 -> v7.4.10, 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
- imageanalyzer_profile - Device vdom image analyzer profile type: dict
- alcohol_block_strictness_level (Alias name: alcohol-block-strictness-level) Alcohol block strictness level. type: int more...
- alcohol_status (Alias name: alcohol-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] more...
- blocked_img_cache (Alias name: blocked-img-cache) Blocked img cache. type: str choices: [disable, enable] more...
- comment Comment. type: str more...
- drugs_block_strictness_level (Alias name: drugs-block-strictness-level) Drugs block strictness level. type: int more...
- drugs_status (Alias name: drugs-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] more...
- extremism_block_strictness_level (Alias name: extremism-block-strictness-level) Extremism block strictness level. type: int more...
- extremism_status (Alias name: extremism-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] more...
- gambling_block_strictness_level (Alias name: gambling-block-strictness-level) Gambling block strictness level. type: int more...
- gambling_status (Alias name: gambling-status) Gambling status. type: str choices: [allow, deny, monitor] more...
- gore_block_strictness_level (Alias name: gore-block-strictness-level) Gore block strictness level. type: int more...
- gore_status (Alias name: gore-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] more...
- image_skip_height (Alias name: image-skip-height) Image skip height. type: int more...
- image_skip_size (Alias name: image-skip-size) Image skip rating size(1-2048k). type: int more...
- image_skip_width (Alias name: image-skip-width) Image skip width. type: int more...
- log_option (Alias name: log-option) Log option. type: str choices: [all, violation] more...
- name Profile name. type: str more...
- ocr_activation_threshold (Alias name: ocr-activation-threshold) Ocr activation threshold. type: int more...
- optical_character_recognition (Alias name: optical-character-recognition) Optical character recognition. type: str choices: [disable, enable] more...
- porn_block_strictness_level (Alias name: porn-block-strictness-level) Porn block strictness level. type: int more...
- porn_status (Alias name: porn-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] more...
- rating_err_action (Alias name: rating-err-action) Actions when image rating error. type: str choices: [block, pass] more...
- replace_image (Alias name: replace-image) Specify replacement image. type: list more...
- source_url (Alias name: source-url) Source url. type: str choices: [disable, enable] more...
- swim_underwear_block_strictness_level (Alias name: swim_underwear-block-strictness-level) Swim underwear block strictness level. type: int more...
- swim_underwear_status (Alias name: swim_underwear-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] more...
- weapons_block_strictness_level (Alias name: weapons-block-strictness-level) Weapons block strictness level. type: int more...
- weapons_status (Alias name: weapons-status) Allow/deny the category image. type: str choices: [allow, deny, monitor] 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: Device vdom image analyzer profile
fortinet.fmgdevice.fmgd_imageanalyzer_profile:
# 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]>
imageanalyzer_profile:
name: "your value" # Required variable, string
# alcohol_block_strictness_level: <integer>
# alcohol_status: <value in [allow, deny, monitor]>
# blocked_img_cache: <value in [disable, enable]>
# comment: <string>
# drugs_block_strictness_level: <integer>
# drugs_status: <value in [allow, deny, monitor]>
# extremism_block_strictness_level: <integer>
# extremism_status: <value in [allow, deny, monitor]>
# gambling_block_strictness_level: <integer>
# gambling_status: <value in [allow, deny, monitor]>
# gore_block_strictness_level: <integer>
# gore_status: <value in [allow, deny, monitor]>
# image_skip_height: <integer>
# image_skip_size: <integer>
# image_skip_width: <integer>
# log_option: <value in [all, violation]>
# ocr_activation_threshold: <integer>
# optical_character_recognition: <value in [disable, enable]>
# porn_block_strictness_level: <integer>
# porn_status: <value in [allow, deny, monitor]>
# rating_err_action: <value in [block, pass]>
# replace_image: <list or string>
# source_url: <value in [disable, enable]>
# swim_underwear_block_strictness_level: <integer>
# swim_underwear_status: <value in [allow, deny, monitor]>
# weapons_block_strictness_level: <integer>
# weapons_status: <value in [allow, deny, monitor]>
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.