summaryrefslogtreecommitdiff
path: root/roles/git
AgeCommit message (Collapse)Author
2024-02-10Move git dependencies into proper dependenciesDmitry Ilvokhin
2024-02-04Return indent backDmitry Ilvokhin
2024-02-04Fix intentDmitry Ilvokhin
2024-02-04Add known_hosts file to verify github.com hostsDmitry Ilvokhin
2024-02-04Change password for git HTTP protocolDmitry Ilvokhin
2024-02-04Add fcgiwrap role to reuse it in git and cgitDmitry Ilvokhin
2024-02-04Add semicolon to nginx config for gitDmitry Ilvokhin
2024-02-03Add init-git-repo.sh script to init new reposDmitry Ilvokhin
2024-01-28Enable tcp_nopush and tcp_nodelay for nginxDmitry Ilvokhin
For compatibility with CentOS 7 nginx config.
2024-01-28Add cgit roleDmitry Ilvokhin
2024-01-21Add role for git serverDmitry Ilvokhin
The Git server role should support: * git ssh protocol, * git protocol, * git smart http protocol. Support for cgit will come as a separate role.