veggiemonk / ansible-git

Ansible role for git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANXS - git Build Status

Ansible role which installs Git. Offers the option to install from source, as well as to run a daemon as server.

Notes

If you want the server to be running, you should not install from source.

Requirements & Dependencies

  • Tested on Ansible 1.4 or higher
  • ANXS.build-essential for building git from source.

Variables

git_install_from_source: no
git_prefix: "/usr/local"
git_version: "1.9.0"

git_install_server: no
git_server_base_path: "/srv/git"
git_server_export_all: yes

Testing

This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with vagrant up

See vagrant docs for getting setup with vagrant

License

Licensed under the MIT License. See the LICENSE file for details.

Feedback, bug-reports, requests, ...

Are welcome!

About

Ansible role for git

License:MIT License