summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-23Remove git from minimal roleDmitry Ilvokhin
2024-03-11Add tags to dotfiles roleDmitry Ilvokhin
2024-03-11Add dotfiles tag to all dotfiles tasksDmitry Ilvokhin
2024-03-10Add master playbook to setup everything at onceDmitry Ilvokhin
2024-03-09Add gdb roleDmitry Ilvokhin
2024-03-09Add role for mutt mail clientDmitry Ilvokhin
2024-03-09Add git roleDmitry Ilvokhin
This role is not used anywhere yet, so it wasn't properly tested.
2024-03-09Limit git commit messages width to 72 charactersDmitry Ilvokhin
2024-03-08Add proper indent settings for yaml and makefilesDmitry Ilvokhin
2024-03-08Add ssh roleDmitry Ilvokhin
2024-03-03Try to remove set of localeDmitry Ilvokhin
There is no en_US.UTF-8 locale in Arch Linux out of the box. Try to remove explicit set of locale and see what will break. I set it initially, because some of the servers had russian locale back in the days, but I am not sure this is still true somewhere.
2024-03-03Add role for bashDmitry Ilvokhin
2024-03-03Add screen roleDmitry Ilvokhin
2024-03-03Add vim roleDmitry Ilvokhin
2024-03-03Rename git role to gitserverDmitry Ilvokhin
2024-03-03Pass user variable for dotfiles playbook exampleDmitry Ilvokhin
2024-02-26Remove username from * sectionDmitry Ilvokhin
Because * section overrides everything else and `User` setting from other section didn't apply.
2024-02-24Add a section about local dotfiles deploymentDmitry Ilvokhin
2024-02-24Add simple dotfiles management playbookDmitry Ilvokhin
2024-02-24Add dotfiles section to TODODmitry Ilvokhin
2024-02-10Add executable flag to rotate-vault-password.shDmitry Ilvokhin
2024-02-10Add dependencies for home roleDmitry Ilvokhin
2024-02-10Add dependencies for blog roleDmitry Ilvokhin
2024-02-10Make logrotate a dependencies for nginxDmitry Ilvokhin
2024-02-10Make proper dependencies for ip taskDmitry Ilvokhin
2024-02-10Make certbot a dependencies of certificateDmitry Ilvokhin
2024-02-10Move git dependencies into proper dependenciesDmitry Ilvokhin
2024-02-10Move cgit dependencies into proper dependenciesDmitry Ilvokhin
2024-02-10Migrate from hosts.ini to hosts.ymlDmitry Ilvokhin
2024-02-04Remove favicon.ico from cgit serving directoryDmitry Ilvokhin
2024-02-04Return indent backDmitry Ilvokhin
2024-02-04Add user d to http groupDmitry Ilvokhin
2024-02-04Fix intentDmitry Ilvokhin
2024-02-04Add simple test scripts to test git serverDmitry Ilvokhin
2024-02-04Add known_hosts file to verify github.com hostsDmitry Ilvokhin
2024-02-04Deploy all roles to sun instead of archDmitry Ilvokhin
2024-02-04Enable (uncomment) all roles for web 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-04Change nginx worker_processes from 1 to autoDmitry Ilvokhin
Just to make it a little bit more generic.
2024-02-04Add rsync role to deploy static content sitesDmitry Ilvokhin
2024-02-04Add semicolon to nginx config for gitDmitry Ilvokhin
2024-02-04Fix path to cgit directoriesDmitry Ilvokhin
2024-02-03Add nginx serving directoryDmitry Ilvokhin
2024-02-03Add man, strace, which and netcat to essentialDmitry Ilvokhin
2024-02-03Add init-git-repo.sh script to init new reposDmitry Ilvokhin
2024-01-28Disable ssh password authenticationDmitry Ilvokhin
2024-01-28Enable tcp_nopush and tcp_nodelay for nginxDmitry Ilvokhin
For compatibility with CentOS 7 nginx config.
2024-01-28Add forgotten cgitrc fileDmitry Ilvokhin
2024-01-28Add cgit roleDmitry Ilvokhin