Ansible role which installs Git. Offers the option to install from source, as well as to run a daemon as server.
If you want the server to be running, you should not install from source.
- Tested on Ansible 1.4 or higher
- ANXS.build-essential for building git from source.
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
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
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!