
Separate files have been created for vars and tasks related to a specific package manager. The 'repo_apt_packages' variable has been deprecated and renamed to the more generalized 'repo_server_packages' to better describe its purpose and to simplify reuse of existing install tasks between multiple distros. git daemon is configured to host git repositories from the repo servers using the git protocol. Currently, openstack-ansible uses git over http to access repositories on servers created by this role. fcgiwrap and its configuration within nginx should be removed in a follow-up patch after openstack-ansible has been updated to use the git protocol. Change-Id: I62321a7b62dabca469eb072ddbf4e8f250ce0fb3
10 lines
116 B
Django/Jinja
10 lines
116 B
Django/Jinja
[Unit]
|
|
Description=Git Activation Socket
|
|
|
|
[Socket]
|
|
ListenStream=9418
|
|
Accept=true
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|