Skip to content

Commit fb3a680

Browse files
author
Shiva Shankar Vaddepally
committed
added new modules in ignore.txt files
1 parent c19fd77 commit fb3a680

953 files changed

Lines changed: 1036 additions & 954 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plugins/module_utils/module_executor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
skippable_resource_list = [
4848
# In some cases, although keys are listed as immutable in the nitro_resource_map, they can actually be updated.
4949
# This list helps bypass the immutability check for these resources.
50-
"sytemfile"
50+
"systemfile"
5151
]
5252

5353

@@ -467,7 +467,6 @@ def create_or_update(self):
467467
ok, err = create_resource(
468468
self.client, self.resource_name, self.resource_module_params
469469
)
470-
471470
elif immutable_keys_list is None or self.resource_name in skippable_resource_list:
472471
self.module_result["changed"] = True
473472
log(

plugins/module_utils/nitro_resource_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2025 Cloud Software Group, Inc.
3+
# Copyright (c) 2023 Cloud Software Group, Inc.
44
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

66
from __future__ import absolute_import, division, print_function
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
NITRO_RESOURCE_MAP = {
2+
"servicegroup_lbmonitor_binding": {
3+
"_supported_operations": ["add", "count", "delete", "get-all", "get-byname"],
4+
"add_payload_keys": [
5+
"customserverid",
6+
"dbsttl",
7+
"hashid",
8+
"monitor_name",
9+
"monstate",
10+
"nameserver",
11+
"order",
12+
"passive",
13+
"port",
14+
"serverid",
15+
"servicegroupname",
16+
"servicegroupname",
17+
"weight",
18+
],
19+
"bindprimary_key": "monitor_name",
20+
"delete_arg_keys": ["monitor_name", "port"],
21+
"disable_payload_keys": [],
22+
"enable_payload_keys": [],
23+
"get_arg_keys": ["monitor_name", "port"],
24+
"immutable_keys": [
25+
"customserverid",
26+
"dbsttl",
27+
"hashid",
28+
"monitor_name",
29+
"monstate",
30+
"nameserver",
31+
"order",
32+
"passive",
33+
"port",
34+
"serverid",
35+
"servicegroupname",
36+
"weight",
37+
],
38+
"password_keys": [],
39+
"primary_key": "servicegroupname",
40+
"readwrite_arguments": {
41+
"customserverid": {"type": "str"},
42+
"dbsttl": {"type": "float"},
43+
"hashid": {"type": "float"},
44+
"monitor_name": {"type": "str"},
45+
"monstate": {"choices": ["DISABLED", "ENABLED"], "type": "str"},
46+
"nameserver": {"type": "str"},
47+
"order": {"type": "float"},
48+
"passive": {"type": "bool"},
49+
"port": {"type": "int"},
50+
"serverid": {"type": "float"},
51+
"servicegroupname": {"type": "str"},
52+
"weight": {"type": "float"},
53+
},
54+
"update_payload_keys": [],
55+
}
56+
}

plugins/modules/aaacertparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaaglobal_aaapreauthenticationpolicy_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaaglobal_authenticationnegotiateaction_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaagroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaagroup_aaauser_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaagroup_auditnslogpolicy_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaagroup_auditsyslogpolicy_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2025 Cloud Software Group, Inc.
5+
# Copyright (c) 2023 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

0 commit comments

Comments
 (0)