Skip to content

Commit

Permalink
init/update fortios galaxy document:2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FTNT-HQCM committed Apr 22, 2022
0 parents commit b177038
Show file tree
Hide file tree
Showing 742 changed files with 1,002,976 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Makefile
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
View docs generated by this project: https://ansible-galaxy-fortios-docs.readthedocs.io
Binary file added _build/doctrees/environment.pickle
Binary file not shown.
Binary file added _build/doctrees/export.doctree
Binary file not shown.
Binary file added _build/doctrees/fact.doctree
Binary file not shown.
Binary file added _build/doctrees/faq.doctree
Binary file not shown.
Binary file added _build/doctrees/fortios_json_generic.doctree
Binary file not shown.
Binary file added _build/doctrees/generic.doctree
Binary file not shown.
Binary file added _build/doctrees/help.doctree
Binary file not shown.
Binary file added _build/doctrees/index.doctree
Binary file not shown.
Binary file added _build/doctrees/install.doctree
Binary file not shown.
Binary file added _build/doctrees/modules.doctree
Binary file not shown.
Binary file added _build/doctrees/monitor.doctree
Binary file not shown.
Binary file added _build/doctrees/playbook.doctree
Binary file not shown.
Binary file added _build/doctrees/release.doctree
Binary file not shown.
Binary file added _build/doctrees/version.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions _build/html/.buildinfo
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7ca568bb78bd3d9a6461682b90775f09
tags: 645f666f9bcd5a90fca523b33c5a78b7
13 changes: 13 additions & 0 deletions _build/html/_sources/export.rst.txt
@@ -0,0 +1,13 @@
Export playbooks
=========================================

|
The module gathers FortiOS factss are invoking ``GET`` requests for FortiOS managed objects or procedures and converts the returned facts into a playbook that users can apply directly.

.. toctree::
:glob:
:maxdepth: 1


fortios_export_config_playbook.rst
15 changes: 15 additions & 0 deletions _build/html/_sources/fact.rst.txt
@@ -0,0 +1,15 @@
Facts Gathering Modules
=========================================

|
The Modules to gather FortiOS fatcs are invoking ``GET`` requests for FortiOS managed objects or procedures.

.. toctree::
:glob:
:maxdepth: 1


fortios_configuration_fact.rst
fortios_monitor_fact.rst
fortios_log_fact.rst

0 comments on commit b177038

Please sign in to comment.