fortinet-ansible-dev / ansible-galaxy-fortimanager-collection

GNU General Public License v3.0
16 stars 15 forks source link

Fortinet logo|

fortinet.fortimanager:2.7.0 - configuring FortiManager

Description

FortiManager Ansible Collection includes the modules that are able to configure FortiManager.

Documentation for the collection.

Requirements

Installation

This collection is distributed via ansible-galaxy.

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install fortinet.fortimanager

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

collections:
  - name: fortinet.fortimanager

Note that if you install any collections from Ansible Galaxy, they will not be upgraded automatically when you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install fortinet.fortimanager --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:

ansible-galaxy collection install fortinet.fortimanager:==2.6.0

See using Ansible collections for more details.

Use Cases

See example here to run your first playbook.

Testing

Testing is done by the Fortinet team. Before each new FMG Ansible release, it is tested with the latest patches from all FMG minor releases.

Support

For any questions regarding FortiManager Ansible, please create a github issue.

Release Notes and Roadmap

Please check release note here.

FortiManager Ansible is expected to be updated every two months.

Related Information

Documentation for the collection.

Modules

The collection provides the following modules:

License Information

FortiManager Ansible Collection follows GNU General Public License v3.0.