pagure: remove the git protocol config from the ansible vars
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
d46ba7fbbe
commit
61b012de95
1 changed files with 1 additions and 9 deletions
|
@ -7,7 +7,7 @@ num_cpus: 12
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||
tcp_ports: [ 22, 25, 80, 443,
|
||||
8442, 8443, 8444, 8445,
|
||||
# Used for the eventsource
|
||||
8088,
|
||||
|
@ -72,14 +72,6 @@ host_backup_targets: ['/srv/git', '/var/www/releases']
|
|||
db_backup_dir: ['/backups']
|
||||
dbs_to_backup: ['pagure']
|
||||
|
||||
# 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
|
||||
git_daemon_user: git
|
||||
|
||||
# For the MOTD
|
||||
csi_security_category: Low
|
||||
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue