Skip to content

Ansible Role for Installing CMake from Linux Tarball on cmake.org

Notifications You must be signed in to change notification settings

kfieldho/ansible-role-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

An Ansible role to fetch and install the latest CMake tarball from the www.cmake.org website.

Requirements

None

Role Variables

  • cmake_version 3.4.1 The version of CMake to fetch from cmake.org
  • cmake_dest_dir /opt/kitware Where to install the CMake tarball
  • cmake_modify_path True Add CMake's PATH to .bashrc?

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: kfieldho.cmake, cmake_version: 3.4.1 }

License

BSD

Author Information

Keith Fieldhouse [email protected]

About

Ansible Role for Installing CMake from Linux Tarball on cmake.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published