Skip to content

Ansible role will help you with installing original vmware-tools form Vmware or fallback to Open VMware Tools (open-vm-tools).

License

Notifications You must be signed in to change notification settings

kmonticolo/ansible-role-vmwaretools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: vmwaretools

Build Status

This role will help you with installing original vmware-tools from Vmware or fallback to Open VMware Tools (open-vm-tools).

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

# The version of VMware Tools to install. Possible values can be found here: http://packages.vmware.com/tools/esx/index.html
vmwaretools_tools_version: latest

# The server which holds the YUM repository. Customize this if you mirror public
# YUM repos to your internal network.
vmwaretools_yum_server: https://packages.vmware.com

# The path on *yum_server* where the repository can be found. Customize this if
# you mirror public YUM repos to your internal network.
vmwaretools_yum_path: /tools

# Repository package version
# For example: 9.4.10-1 version for http://packages.vmware.com/tools/esx/latest/repos/vmware-tools-repo-RHEL6-9.4.10-1.el6.x86_64.rpm
# If it is not specified it's autodetected by "Get repository package version
# if vmwaretools_repo_version is undefined." task.
# vmwaretools_repo_version: 9.4.10-1

Dependencies

None.

Example Playbook

- hosts: servers
  become: yes
  roles:
    - role: kmonticolo.vmwaretools
      when: ansible_virtualization_type == 'VMware'

License

MIT

Author Information

This role was created in 2014 by petr.ruzicka@gmail.com

About

Ansible role will help you with installing original vmware-tools form Vmware or fallback to Open VMware Tools (open-vm-tools).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.6%
  • Python 37.4%