diff options
Diffstat (limited to 'ansible_collections/community/hrobot/plugins/modules/reset.py')
-rw-r--r-- | ansible_collections/community/hrobot/plugins/modules/reset.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/community/hrobot/plugins/modules/reset.py b/ansible_collections/community/hrobot/plugins/modules/reset.py index d367936e0..eaeaa5853 100644 --- a/ansible_collections/community/hrobot/plugins/modules/reset.py +++ b/ansible_collections/community/hrobot/plugins/modules/reset.py @@ -40,11 +40,11 @@ options: reset_type: description: - How to reset the server. - - C(software) is a software reset. This should be similar to pressing Ctrl+Alt+Del on the keyboard. - - C(power) is a hardware reset similar to pressing the Power button. An ACPI signal is sent, and if the + - V(software) is a software reset. This should be similar to pressing Ctrl+Alt+Del on the keyboard. + - V(power) is a hardware reset similar to pressing the Power button. An ACPI signal is sent, and if the server is configured correctly, this will trigger a regular shutdown. - - C(hardware) is a hardware reset similar to pressing the Restart button. The power is cycled for the server. - - C(manual) is a manual reset. This requests a technician to manually do the shutdown while looking at the + - V(hardware) is a hardware reset similar to pressing the Restart button. The power is cycled for the server. + - V(manual) is a manual reset. This requests a technician to manually do the shutdown while looking at the screen output. B(Be careful) and only use this when really necessary! - Note that not every server supports every reset method! type: str |