Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-10 | Move cgit dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-04 | Remove favicon.ico from cgit serving directory | Dmitry Ilvokhin | |
2024-02-04 | Return indent back | Dmitry Ilvokhin | |
2024-02-04 | Add user d to http group | Dmitry Ilvokhin | |
2024-02-04 | Fix intent | Dmitry Ilvokhin | |
2024-02-04 | Add known_hosts file to verify github.com hosts | Dmitry Ilvokhin | |
2024-02-04 | Change password for git HTTP protocol | Dmitry Ilvokhin | |
2024-02-04 | Add fcgiwrap role to reuse it in git and cgit | Dmitry Ilvokhin | |
2024-02-04 | Change nginx worker_processes from 1 to auto | Dmitry Ilvokhin | |
Just to make it a little bit more generic. | |||
2024-02-04 | Add rsync role to deploy static content sites | Dmitry Ilvokhin | |
2024-02-04 | Add semicolon to nginx config for git | Dmitry Ilvokhin | |
2024-02-04 | Fix path to cgit directories | Dmitry Ilvokhin | |
2024-02-03 | Add nginx serving directory | Dmitry Ilvokhin | |
2024-02-03 | Add man, strace, which and netcat to essential | Dmitry Ilvokhin | |
2024-02-03 | Add init-git-repo.sh script to init new repos | Dmitry Ilvokhin | |
2024-01-28 | Disable ssh password authentication | Dmitry Ilvokhin | |
2024-01-28 | Enable tcp_nopush and tcp_nodelay for nginx | Dmitry Ilvokhin | |
For compatibility with CentOS 7 nginx config. | |||
2024-01-28 | Add forgotten cgitrc file | Dmitry Ilvokhin | |
2024-01-28 | Add cgit role | Dmitry Ilvokhin | |
2024-01-21 | Add role for git server | Dmitry 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-20 | Fix public key path in user role | Dmitry Ilvokhin | |
2024-01-20 | Change directory structure: move playbooks to root | Dmitry Ilvokhin | |
This is necessary to share content between roles without using `..` in filepaths. | |||
2024-01-14 | Rename id_rsa.pub to authorized_keys | Dmitry Ilvokhin | |
2024-01-13 | Add role for ilvokhin.com | Dmitry Ilvokhin | |
2024-01-13 | Add role for blog.ilvokhin.com | Dmitry Ilvokhin | |
2024-01-07 | Make ip role work | Dmitry Ilvokhin | |
2024-01-06 | Fix `ansible.builtin.include_role` indents | Dmitry Ilvokhin | |
2024-01-06 | Make ip.ilvokhin.com a role | Dmitry Ilvokhin | |
2024-01-06 | Make certificate a role | Dmitry Ilvokhin | |
2024-01-06 | Make certbot a role | Dmitry Ilvokhin | |
2024-01-06 | Make nginx a role | Dmitry Ilvokhin | |
2024-01-06 | Make logrotate a role | Dmitry Ilvokhin | |
2024-01-06 | Move playbooks to a separate directory | Dmitry Ilvokhin | |
2024-01-06 | Migrate essential role to playbook completely | Dmitry Ilvokhin | |
2024-01-06 | Make essential a playbook instead of a role | Dmitry Ilvokhin | |
2024-01-06 | Add half-baked and untested certificate management | Dmitry Ilvokhin | |
2023-12-22 | Add certbot-nginx package to certbot task | Dmitry Ilvokhin | |
2023-12-21 | Enable certbot for certificates renewal | Dmitry Ilvokhin | |
2023-12-21 | Enable logrotate for nginx logs | Dmitry Ilvokhin | |
2023-12-21 | Add basic tasks for nginx setup | Dmitry Ilvokhin | |
2023-12-21 | Add atop setup task | Dmitry Ilvokhin | |
2023-12-20 | Prevent PATH hijacking attack with sudo | Dmitry Ilvokhin | |
2023-12-20 | Generalize default users removal | Dmitry Ilvokhin | |
2023-12-19 | Remove unused line | Dmitry Ilvokhin | |
2023-12-19 | Simplify sudo role | Dmitry Ilvokhin | |
2023-12-19 | Add sudo for users from wheel group | Dmitry Ilvokhin | |
2023-12-19 | Remove default centos user | Dmitry Ilvokhin | |
2023-12-19 | Split essential task into packages and users | Dmitry Ilvokhin | |
2023-12-19 | Add user creation | Dmitry Ilvokhin | |
2023-12-19 | Move basic role to essential | Dmitry Ilvokhin | |