File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - C(false) if the NetScaler ADC node is already configured and running.
5656 type: bool
5757 required: true
58+ remove_non_updatable_params:
59+ choices:
60+ - 'yes'
61+ - 'no'
62+ default: 'no'
63+ description:
64+ - When given yes, the module will remove any parameters that are not updatable
65+ in the resource.
66+ - If no, the module will return error if any non-updatable parameters are provided.
67+ type: str
5868extends_documentation_fragment: netscaler.adc.netscaler_adc
5969
6070"""
Original file line number Diff line number Diff line change 3434 - When C(present) the resource will be created if needed and configured according
3535 to the module's parameters.
3636 type: str
37+ remove_non_updatable_params:
38+ choices:
39+ - 'yes'
40+ - 'no'
41+ default: 'no'
42+ description:
43+ - When given yes, the module will remove any parameters that are not updatable
44+ in the resource.
45+ - If no, the module will return error if any non-updatable parameters are provided.
46+ type: str
3747 username:
3848 description:
3949 - Username for logging into the NetScaler ADC node.
Original file line number Diff line number Diff line change 3434 - When C(present) the resource will be created if needed and configured according
3535 to the module's parameters.
3636 type: str
37+ remove_non_updatable_params:
38+ choices:
39+ - 'yes'
40+ - 'no'
41+ default: 'no'
42+ description:
43+ - When given yes, the module will remove any parameters that are not updatable
44+ in the resource.
45+ - If no, the module will return error if any non-updatable parameters are provided.
46+ type: str
3747extends_documentation_fragment: netscaler.adc.netscaler_adc
3848
3949"""
Original file line number Diff line number Diff line change 3434 - When C(present) the resource will be created if needed and configured according
3535 to the module's parameters.
3636 type: str
37+ remove_non_updatable_params:
38+ choices:
39+ - 'yes'
40+ - 'no'
41+ default: 'no'
42+ description:
43+ - When given yes, the module will remove any parameters that are not updatable
44+ in the resource.
45+ - If no, the module will return error if any non-updatable parameters are provided.
46+ type: str
3747 all:
3848 description:
3949 - Use this option to do saveconfig for all partitions
Original file line number Diff line number Diff line change @@ -946,4 +946,5 @@ plugins/modules/nskeymanagerproxy.py validate-modules:missing-gplv3-license # We
946946plugins/modules/nslaslicense.py validate-modules:missing-gplv3-license # We use MIT license
947947plugins/modules/sslechconfig.py validate-modules:missing-gplv3-license # We use MIT license
948948plugins/modules/sslhpkekey.py validate-modules:missing-gplv3-license # We use MIT license
949- plugins/modules/sslprofile_sslechconfig_binding.py validate-modules:missing-gplv3-license # We use MIT license
949+ plugins/modules/sslprofile_sslechconfig_binding.py validate-modules:missing-gplv3-license # We use MIT license
950+ plugins/modules/authenticationprotecteduseraction.py validate-modules:missing-gplv3-license # We use MIT license
Original file line number Diff line number Diff line change @@ -946,4 +946,5 @@ plugins/modules/nskeymanagerproxy.py validate-modules:missing-gplv3-license # We
946946plugins/modules/nslaslicense.py validate-modules:missing-gplv3-license # We use MIT license
947947plugins/modules/sslechconfig.py validate-modules:missing-gplv3-license # We use MIT license
948948plugins/modules/sslhpkekey.py validate-modules:missing-gplv3-license # We use MIT license
949- plugins/modules/sslprofile_sslechconfig_binding.py validate-modules:missing-gplv3-license # We use MIT license
949+ plugins/modules/sslprofile_sslechconfig_binding.py validate-modules:missing-gplv3-license # We use MIT license
950+ plugins/modules/authenticationprotecteduseraction.py validate-modules:missing-gplv3-license # We use MIT license
Original file line number Diff line number Diff line change @@ -946,4 +946,5 @@ plugins/modules/nskeymanagerproxy.py validate-modules:missing-gplv3-license # We
946946plugins/modules/nslaslicense.py validate-modules:missing-gplv3-license # We use MIT license
947947plugins/modules/sslechconfig.py validate-modules:missing-gplv3-license # We use MIT license
948948plugins/modules/sslhpkekey.py validate-modules:missing-gplv3-license # We use MIT license
949- plugins/modules/sslprofile_sslechconfig_binding.py validate-modules:missing-gplv3-license # We use MIT license
949+ plugins/modules/sslprofile_sslechconfig_binding.py validate-modules:missing-gplv3-license # We use MIT license
950+ plugins/modules/authenticationprotecteduseraction.py validate-modules:missing-gplv3-license # We use MIT license
You can’t perform that action at this time.
0 commit comments