Skip to content

Commit

Permalink
Release fortios galaxy document:2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FTNT-HQCM committed Mar 17, 2023
1 parent c9ab49d commit 7ecb6bf
Show file tree
Hide file tree
Showing 644 changed files with 2,618 additions and 2 deletions.
33 changes: 33 additions & 0 deletions faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Frequently Asked Questions (FAQ)
- `How does Ansible work with login banner?`_
- `How To Work With Raw FotiOS CLI?`_
- `How to use the set_fact module in a task?`_
- `How to use the member operation to add an element in an object?`_

|
Expand Down Expand Up @@ -414,6 +415,38 @@ Specifically, it splits the input content with comma to get a list of the firewa
Then it appends the each address to the variable demo_members.
So the demo_members variable can be assigned to the variable members in the subsequent play.

How to use the member operation to add an element in an object?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Member operation is used to add an element to an existing object. The example below will show you how to use it.

::

- hosts: fortigateslab
connection: httpapi
collections:
- fortinet.fortios
vars:
ansible_httpapi_use_ssl: yes
ansible_httpapi_validate_certs: no
ansible_httpapi_port: 443
tasks:
- name: Add an dns entry in the existing obj.
fortios_system_dns_database:
#access_token: "{{ access_token }}"
state: "present"
member_state: "present"
member_path: "dns_entry:id"
system_dns_database:
name: 1
dns_entry:
- id: 1
hostname: xyz.com
ip: 8.8.8.9
- id: 2
hostname: abc.com
ip: 7.7.7.8


.. _Run Your Playbook: playbook.html
.. _How To Generate Access Token Dynamically: faq.html#what-s-access-token
Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_alertemail_setting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_antivirus_heuristic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_antivirus_mms_checksum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_antivirus_notification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_antivirus_profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_antivirus_quarantine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_antivirus_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_application_custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_application_group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_application_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_application_name.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_application_rule_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_authentication_rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_authentication_scheme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_authentication_setting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_automation_setting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_certificate_ca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_certificate_crl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_certificate_local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_certificate_remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_cifs_domain_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_cifs_profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_credential_store_domain_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_data_type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_dictionary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_filepattern.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_fp_doc_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_fp_sensitivity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_sensitivity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_sensor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions gen/fortios_dlp_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The below requirements are needed on the host that executes this module.
- ansible>=2.9


Tips
----
Using member operation to add an element to an existing object.

FortiOS Version Compatibility
-----------------------------

Expand Down

0 comments on commit 7ecb6bf

Please sign in to comment.