GitXplorerGitXplorer
r

ansible-role-vmwaretools

public
14 stars
23 forks
2 issues

Commits

List of commits on branch main.
Verified
7c5ffcf27d0acd367348bcbc1349e29c62683700

chore(deps): update actions/create-github-app-token action to v1.10.0

mmy-renovate[bot] committed 8 months ago
Verified
ed30200d64dc43460b5354016e2abfbef69dae5f

chore(deps): update oxsecurity/megalinter action to v7.11.1

mmy-renovate[bot] committed 9 months ago
Verified
32f41c11d3330464b72d888acf3d949858b3e8bf

chore(deps): update amannn/action-semantic-pull-request action to v5.5.2

mmy-renovate[bot] committed 9 months ago
Verified
d782f03932c609a330760a257dcdc502f6412109

chore(deps): update actions/checkout action to v4.1.4

mmy-renovate[bot] committed 9 months ago
Verified
af75775688935140053973ad4bb9c82d7f99aee9

chore(deps): update actions/create-github-app-token action to v1.9.3

mmy-renovate[bot] committed 9 months ago
Verified
c7c0693fc3f52fd81405faecbb64f44e0b078ea3

chore(deps): update actions/setup-python action to v5.1.0

mmy-renovate[bot] committed 10 months ago

README

The README file for this repository.

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

# 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: ruzickap.vmwaretools
      when: ansible_virtualization_type == 'VMware'

License

MIT

Author Information

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