Skip to content

Commit 3ce3ca3

Browse files
committed
Add missing scp_component options to idrac_server_config_profile
depends on dell/omsdk#23 Signed-off-by: Klaas Demter <Klaas-@users.noreply.github.com>
1 parent c570cf6 commit 3ce3ca3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

plugins/modules/idrac_server_config_profile.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@
6464
- If C(BIOS), this module exports or imports BIOS configuration from SCP file.
6565
- If C(NIC), this module exports or imports NIC configuration from SCP file.
6666
- If C(RAID), this module exports or imports RAID configuration from SCP file.
67+
- If C(EVENTFILTERS), this module exports or imports EVENTFILTERS configuration from SCP file.
68+
- If C(SUPPORTASSIST), this module exports or imports SUPPORTASSIST configuration from SCP file.
69+
- If C(LIFECYCLECONTROLLER), this module exports or imports LIFECYCLECONTROLLER configuration from SCP file.
6770
type: str
68-
choices: ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID']
71+
choices: ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID', 'EVENTFILTERS', 'SUPPORTASSIST', 'LIFECYCLECONTROLLER']
6972
default: 'ALL'
7073
shutdown_type:
7174
description:
@@ -451,7 +454,7 @@ def main():
451454
"share_password": {"required": False, "type": 'str',
452455
"aliases": ['share_pwd'], "no_log": True},
453456
"scp_components": {"required": False,
454-
"choices": ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID'],
457+
"choices": ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID', 'EVENTFILTERS', 'SUPPORTASSIST', 'LIFECYCLECONTROLLER'],
455458
"default": 'ALL'},
456459

457460
"scp_file": {"required": False, "type": 'str'},

0 commit comments

Comments
 (0)