mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-03 23:20:19 -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
|
- name: Create FGT1 Model Device
|
||||||
hosts: FortiManager
|
fmgr_provisioning:
|
||||||
connection: local
|
|
||||||
gather_facts: False
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
|
|
||||||
- name: Create FGT1 Model Device
|
|
||||||
fmgr_provision:
|
|
||||||
host: "{{ inventory_hostname }}"
|
host: "{{ inventory_hostname }}"
|
||||||
username: "{{ username }}"
|
username: "{{ username }}"
|
||||||
password: "{{ password }}"
|
password: "{{ password }}"
|
||||||
|
@ -125,8 +118,8 @@ EXAMPLES = '''
|
||||||
os_type: 'fos'
|
os_type: 'fos'
|
||||||
|
|
||||||
|
|
||||||
- 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