Created
October 6, 2020 06:28
-
-
Save Akasurde/2840e2d76eec654eac9b17f73f1063f4 to your computer and use it in GitHub Desktop.
Enable SSH service on the given ESXi host system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Start SSH service setting for an ESXi Host in given Cluster | |
vmware_host_service_manager: | |
hostname: '{{ vcenter_hostname }}' | |
username: '{{ vcenter_username }}' | |
password: '{{ vcenter_password }}' | |
esxi_hostname: esxi_name | |
service_name: TSM-SSH | |
state: present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment