summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
commit8a754e0858d922e955e71b253c139e071ecec432 (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst
parentInitial commit. (diff)
downloadansible-core-8a754e0858d922e955e71b253c139e071ecec432.tar.xz
ansible-core-8a754e0858d922e955e71b253c139e071ecec432.zip
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst')
-rw-r--r--docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst b/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst
new file mode 100644
index 0000000..b29447a
--- /dev/null
+++ b/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/vm_tool_configuration.rst
@@ -0,0 +1,45 @@
+.. _vmware_rest_vm_tool_configuration:
+
+**************************************************************
+How to configure the VMware tools of a running virtual machine
+**************************************************************
+
+.. contents::
+ :local:
+
+
+Introduction
+============
+
+This section show you how to collection information from a running virtual machine.
+
+Scenario requirements
+=====================
+
+You've already followed :ref:`vmware_rest_run_a_vm` and your virtual machine runs VMware Tools.
+
+How to change the upgrade policy
+================================
+
+Change the upgrade policy to MANUAL
+---------------------------------------------------
+
+You can adjust the VMware Tools upgrade policy with the ``vcenter_vm_tools`` module.
+
+.. literalinclude:: task_outputs/Change_vm-tools_upgrade_policy_to_MANUAL.task.yaml
+
+Result
+______
+
+.. literalinclude:: task_outputs/Change_vm-tools_upgrade_policy_to_MANUAL.result.json
+
+
+Change the upgrade policy to UPGRADE_AT_POWER_CYCLE
+------------------------------------------------------------------------------------------
+
+.. literalinclude:: task_outputs/Change_vm-tools_upgrade_policy_to_UPGRADE_AT_POWER_CYCLE.task.yaml
+
+Result
+______
+
+.. literalinclude:: task_outputs/Change_vm-tools_upgrade_policy_to_UPGRADE_AT_POWER_CYCLE.result.json