summaryrefslogtreecommitdiff
path: root/roles/git/tasks/main.yml
AgeCommit message (Collapse)Author
2024-03-11Add dotfiles tag to all dotfiles tasksDmitry Ilvokhin
2024-03-09Add git roleDmitry Ilvokhin
This role is not used anywhere yet, so it wasn't properly tested.
2024-03-03Rename git role to gitserverDmitry Ilvokhin
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-04Add fcgiwrap role to reuse it in git and cgitDmitry 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.