Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-04 | Push public key from another laptop to servers | Dmitry Ilvokhin | |
2024-04-20 | Wrap text at 72 width for mail messages | Dmitry Ilvokhin | |
2024-04-19 | Remove user from ssh config as d is default user | Dmitry Ilvokhin | |
2024-04-19 | Use user d for connection to mail | Dmitry Ilvokhin | |
2024-03-30 | Fix `LC_CTYPE` value on macOS in bashrc | Dmitry Ilvokhin | |
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-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-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 simple dotfiles management playbook | Dmitry Ilvokhin | |
2024-02-04 | Add simple test scripts to test git server | Dmitry Ilvokhin | |
2024-01-20 | Prepare to store encrypted secrets in the repo | 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. |