summaryrefslogtreecommitdiffstats
path: root/roles/git/tasks/main.yml
Commit message (Collapse)AuthorAgeFiles
* Upgrade syntax to Ansible 2.4.Guilhem Moulin2017-11-231
|
* Upgrade playbooks to Ansible 2.0.Guilhem Moulin2016-02-121
|
* Replace gitweb with cgit.Guilhem Moulin2015-09-211
|
* Git (gitolite + git-http-backend + gitweb) configurationGuilhem Moulin2015-06-071
By default repos are be readable by gitweb and the web server ('gitweb' and 'www-data' are both in the 'gitolite' group). Private repo owners will have 'chmod -R og-rwx' manually. To automatically add new repos to gitweb's 'project.list' file, make it readable to the special 'gitweb' user. See /usr/share/doc/gitolite3/README.txt.gz for details.