Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created October 6, 2020 06:28
Show Gist options
  • Save Akasurde/2840e2d76eec654eac9b17f73f1063f4 to your computer and use it in GitHub Desktop.
Save Akasurde/2840e2d76eec654eac9b17f73f1063f4 to your computer and use it in GitHub Desktop.
Enable SSH service on the given ESXi host system
- 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