Skip to content

Commit

Permalink
Merge pull request #6 from chillancezen/fortiosapi_deprecation
Browse files Browse the repository at this point in the history
eprecate fortiosapi doc
  • Loading branch information
chillancezen committed Nov 1, 2020
2 parents a39eabe + 8ec8ab0 commit 3b9d7a2
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions ansible_templates/doc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -104,31 +104,16 @@ description:
version_added: "{{module_version_added}}"
author:
- Link Zheng (@chillancezen)
- Jie Xue (@JieX19)
- Hongbin Lu (@fgtdev-hblu)
- Frank Shen (@frankshen01)
- Jie Xue (@JieX19)
- Miguel Angel Munoz (@mamunozgonzalez)
- Nicolas Thomas (@thomnico)
notes:
- Legacy fortiosapi has been deprecated, httpapi is the preferred way to run playbooks
requirements:
- ansible>=2.9.0
options:
host:
description:
- FortiOS or FortiGate IP address.
type: str
required: false
username:
description:
- FortiOS or FortiGate username.
type: str
required: false
password:
description:
- FortiOS or FortiGate password.
type: str
default: ""
access_token:
description:
- Token-based authentication.
Expand All @@ -142,17 +127,6 @@ options:
used as a different unit.
type: str
default: root
https:
description:
- Indicates if the requests towards FortiGate must use HTTPS protocol.
type: bool
default: true
ssl_verify:
description:
- Ensures FortiGate certificate must be verified by a proper CA.
type: bool
default: true{% if module_version_added == 2.8 %}
version_added: 2.9{%endif%}
{%-if "mkey" in schema['schema'] %}
state:
description:
Expand Down

0 comments on commit 3b9d7a2

Please sign in to comment.