Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fortios_system_vdom.rst #14

Open
wants to merge 1 commit into
base: galaxy-2.1.6
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gen/fortios_system_vdom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fortios_system_vdom -- Configure virtual domain in Fortinet's FortiOS and FortiG
Synopsis
--------
- This module is able to configure a FortiGate or FortiOS (FOS) device by allowing the user to set and modify system feature and vdom category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v6.0.0
- The creation of new virtual domains requires super_admin privileges and can not be done with an access_token.



Expand Down Expand Up @@ -368,7 +369,6 @@ Examples
fortios_system_vdom:
vdom: "{{ vdom }}"
state: "present"
access_token: "<your_own_value>"
system_vdom:
flag: "3"
name: "default_name_4"
Expand Down