summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
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-02-24Add simple dotfiles management playbookDmitry 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-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 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-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
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.
2024-01-20Fix public key path in user roleDmitry Ilvokhin
2024-01-20Change directory structure: move playbooks to rootDmitry Ilvokhin
This is necessary to share content between roles without using `..` in filepaths.
2024-01-14Rename id_rsa.pub to authorized_keysDmitry Ilvokhin
2024-01-13Add role for ilvokhin.comDmitry Ilvokhin
2024-01-13Add role for blog.ilvokhin.comDmitry Ilvokhin
2024-01-07Make ip role workDmitry Ilvokhin
2024-01-06Fix `ansible.builtin.include_role` indentsDmitry Ilvokhin
2024-01-06Make ip.ilvokhin.com a roleDmitry Ilvokhin
2024-01-06Make certificate a roleDmitry Ilvokhin
2024-01-06Make certbot a roleDmitry Ilvokhin
2024-01-06Make nginx a roleDmitry Ilvokhin
2024-01-06Make logrotate a roleDmitry Ilvokhin
2024-01-06Move playbooks to a separate directoryDmitry Ilvokhin
2024-01-06Migrate essential role to playbook completelyDmitry Ilvokhin
2024-01-06Make essential a playbook instead of a roleDmitry Ilvokhin
2024-01-06Add half-baked and untested certificate managementDmitry Ilvokhin
2023-12-22Add certbot-nginx package to certbot taskDmitry Ilvokhin
2023-12-21Enable certbot for certificates renewalDmitry Ilvokhin
2023-12-21Enable logrotate for nginx logsDmitry Ilvokhin