summaryrefslogtreecommitdiff
path: root/roles/git/tasks
AgeCommit message (Collapse)Author
2025-01-25Add personal global gitignore fileDmitry Ilvokhin
Usually I have tags file from ctags in root of the repo to simplify code navigation. Some repos have tags file in gitignore, but some doesn't. Create personal gitignore files to hide tags file everywhere. This is not a per repositiry setting, but personal one, so it's fine to configure it globally.
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.