GitXplorerGitXplorer
r

ansible-role-vmwaretools

public
14 stars
23 forks
2 issues

Commits

List of commits on branch main.
Verified
b32043b58b75f2daf47dfb645cfdb3bb75866090

chore(main): release 0.3.0 (#42)

ggithub-actions[bot] committed 4 months ago
Verified
5b9ee08f248774718c47a0d40b089dc133f14405

feat: add GitHub default templates (#51)

rruzickap committed 4 months ago
Verified
a2ad87e7f4012ad851451755334ddd2b94623b4a

chore(deps): update ruzickap/action-my-markdown-link-checker action to v1.3.0

mmy-renovate[bot] committed 8 months ago
Verified
39bb86ec8a12e362ba1ef5c361778f8317b3d7d5

chore(deps): update google-github-actions/release-please-action action to v4.1.1

mmy-renovate[bot] committed 8 months ago
Verified
9dd4926760af8e3a9875be1bfa59d530e4f3f0a5

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

mmy-renovate[bot] committed 8 months ago
Verified
6cf357e95d9e527417914a9917e67ccb5256294c

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

mmy-renovate[bot] committed 8 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