Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Add git role | Dmitry Ilvokhin | |
This role is not used anywhere yet, so it wasn't properly tested. | |||
2024-03-09 | Limit git commit messages width to 72 characters | Dmitry Ilvokhin | |
2024-03-08 | Add proper indent settings for yaml and makefiles | Dmitry Ilvokhin | |
2024-03-08 | Add ssh role | Dmitry Ilvokhin | |
2024-03-03 | Try to remove set of locale | Dmitry 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-03 | Add role for bash | Dmitry Ilvokhin | |
2024-03-03 | Add screen role | Dmitry Ilvokhin | |
2024-03-03 | Add vim role | Dmitry Ilvokhin | |
2024-03-03 | Rename git role to gitserver | Dmitry Ilvokhin | |
2024-03-03 | Pass user variable for dotfiles playbook example | Dmitry Ilvokhin | |
2024-02-26 | Remove username from * section | Dmitry Ilvokhin | |
Because * section overrides everything else and `User` setting from other section didn't apply. | |||
2024-02-24 | Add a section about local dotfiles deployment | Dmitry Ilvokhin | |
2024-02-24 | Add simple dotfiles management playbook | Dmitry Ilvokhin | |
2024-02-24 | Add dotfiles section to TODO | Dmitry Ilvokhin | |
2024-02-10 | Add executable flag to rotate-vault-password.sh | Dmitry Ilvokhin | |
2024-02-10 | Add dependencies for home role | Dmitry Ilvokhin | |
2024-02-10 | Add dependencies for blog role | Dmitry Ilvokhin | |
2024-02-10 | Make logrotate a dependencies for nginx | Dmitry Ilvokhin | |
2024-02-10 | Make proper dependencies for ip task | Dmitry Ilvokhin | |
2024-02-10 | Make certbot a dependencies of certificate | Dmitry Ilvokhin | |
2024-02-10 | Move git dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-10 | Move cgit dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-10 | Migrate from hosts.ini to hosts.yml | 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 simple test scripts to test git server | Dmitry Ilvokhin | |
2024-02-04 | Add known_hosts file to verify github.com hosts | Dmitry Ilvokhin | |
2024-02-04 | Deploy all roles to sun instead of arch | Dmitry Ilvokhin | |
2024-02-04 | Enable (uncomment) all roles for web 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 | Prepare to store encrypted secrets in the repo | Dmitry Ilvokhin | |
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 | |