Configure pagure to be a git server
This commit is contained in:
parent
daf911784a
commit
98b3418f02
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,13 @@ fas_client_groups: sysadmin-noc,sysadmin-web
|
||||||
|
|
||||||
freezes: false
|
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
|
# For the MOTD
|
||||||
csi_security_category: Low
|
csi_security_category: Low
|
||||||
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
- sudo
|
- sudo
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- openvpn/client
|
- openvpn/client
|
||||||
|
- git/server
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue