Skip to content

mihaiparv/ansible-git-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-git-common

This role installs from source Git, a distributed version control system, on any RHEL/CentOS and Debian Linux system.

Requirements

This role requires Ansible 1.4 or higher and platform requirements are listed in the metadata file.

Role Variables

The variables that can be passed to this role and a brief description about them are as follows.

# The version to install
git_version: '1.8.5.5'

# The make prefix to use
git_make_prefix: '/usr/local'

Examples

  1. Install latest git version

    • hosts: all roles:
      • ansible-git-common
  2. Install specific git version in /usr

    • hosts: all roles:
      • {role: 'ansible-git-common', git_version: '1.8.5.5', git_make_prefix: '/usr'}

Dependencies

None

License

BSD

Author Information

Parv Mihai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published