GitXplorerGitXplorer
r

ansible-role-vmwaretools

public
14 stars
23 forks
2 issues

Commits

List of commits on branch main.
Verified
4825600734beec19c916d3bcbc7c6341ff6868e8

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

mmy-renovate[bot] committed 10 months ago
Verified
947cc3ad38543a99c6b24d963fdf1e2a046ddad2

chore(deps): update actions/setup-python digest to 82c7e63

mmy-renovate[bot] committed 10 months ago
Verified
ed7d7888b36040113496c931f6a98e6894f06563

chore(deps): update actions/cache action to v4.0.2

mmy-renovate[bot] committed 10 months ago
Verified
b021b2265e97d4ccec42b31ab1820177292a0599

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

mmy-renovate[bot] committed 10 months ago
Verified
203e7b15b3658359ccd3d6aa41e0e42ec9afe067

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

mmy-renovate[bot] committed 10 months ago
Verified
f4797f8e8224f7007e736a25d29e24f1b2c22f27

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

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