Configure pagure to be a git server

This commit is contained in:
Pierre-Yves Chibon 2015-04-02 18:07:56 +02:00
parent daf911784a
commit 98b3418f02
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,13 @@ fas_client_groups: sysadmin-noc,sysadmin-web
freezes: false
# Configuration for the git-daemon/server
git_group: git
git_port: 9418
git_server: /usr/libexec/git-core/git-daemon
git_server_args: --export-all --syslog --inetd --verbose
git_basepath: /srv/git/repositories
# For the MOTD
csi_security_category: Low
csi_primary_contact: Fedora admins - admin@fedoraproject.org

View file

@ -33,6 +33,7 @@
- sudo
- collectd/base
- openvpn/client
- git/server
tasks:
- include: "{{ tasks }}/yumrepos.yml"