Install gitolite from source.
defaults | ||
meta | ||
purge | ||
spec | ||
tasks | ||
tests | ||
uninstall | ||
.rubocop.yml | ||
.travis.yml | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README.md |
Ansible role: Gitolite
Install gitolite from source.
Requirements
None
Role variables
- gitolite_version - the gitolite version to install (see releases)
- gitolite_user_name - the name of the gitolite user
- gitolite_user_uid - the uid of the gitolite user
- gitolite_user_home - the home directory of the gitolite user
How to use
- Install:
- role: gitolite
- Uninstall:
- role: gitolite/uninstall
- Uninstall and purge all data:
- role: gitolite/purge
Development
Development
Tests with docker
- install docker
- install dependencies
bundle install
- run the tests
rake