项目作者: ruzickap

项目描述 :
Ansible role will help you with installing original vmware-tools form Vmware or fallback to Open VMware Tools (open-vm-tools).
高级语言: Shell
项目地址: git://github.com/ruzickap/ansible-role-vmwaretools.git
创建时间: 2015-01-02T09:23:52Z
项目社区:https://github.com/ruzickap/ansible-role-vmwaretools

开源协议:MIT License

下载


Ansible Role: vmwaretools

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):

  1. # The version of VMware Tools to install. Possible values can be found here: http://packages.vmware.com/tools/esx/index.html
  2. vmwaretools_tools_version: latest
  3. # The server which holds the YUM repository. Customize this if you mirror public
  4. # YUM repos to your internal network.
  5. vmwaretools_yum_server: https://packages.vmware.com
  6. # The path on *yum_server* where the repository can be found. Customize this if
  7. # you mirror public YUM repos to your internal network.
  8. vmwaretools_yum_path: /tools
  9. # Repository package version
  10. # 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
  11. # If it is not specified it's autodetected by "Get repository package version
  12. # if vmwaretools_repo_version is undefined." task.
  13. # vmwaretools_repo_version: 9.4.10-1

Dependencies

None.

Example Playbook

  1. - hosts: servers
  2. become: yes
  3. roles:
  4. - role: ruzickap.vmwaretools
  5. when: ansible_virtualization_type == 'VMware'

License

MIT

Author Information

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