Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |