mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 07:30:20 -07:00
fortimanager: Correct example documentation (#49925)
Fixes: #49813 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
26474c6902
commit
ef3b75afcd
1 changed files with 34 additions and 41 deletions
|
@ -99,15 +99,8 @@ options:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Create Model Device
|
|
||||||
hosts: FortiManager
|
|
||||||
connection: local
|
|
||||||
gather_facts: False
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
|
|
||||||
- name: Create FGT1 Model Device
|
- name: Create FGT1 Model Device
|
||||||
fmgr_provision:
|
fmgr_provisioning:
|
||||||
host: "{{ inventory_hostname }}"
|
host: "{{ inventory_hostname }}"
|
||||||
username: "{{ username }}"
|
username: "{{ username }}"
|
||||||
password: "{{ password }}"
|
password: "{{ password }}"
|
||||||
|
@ -126,7 +119,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
|
|
||||||
- name: Create FGT2 Model Device
|
- name: Create FGT2 Model Device
|
||||||
fmgr_provision:
|
fmgr_provisioning:
|
||||||
host: "{{ inventory_hostname }}"
|
host: "{{ inventory_hostname }}"
|
||||||
username: "{{ username }}"
|
username: "{{ username }}"
|
||||||
password: "{{ password }}"
|
password: "{{ password }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue