Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-30 | Migrate from `yes` to `true` | Dmitry Ilvokhin | |
2024-06-23 | Remove trailing spaces | Dmitry Ilvokhin | |
2024-04-14 | Make certificate updates work for nginx | Dmitry Ilvokhin | |
Currently, we obtain certificates from Let's Encrypt with standalone mode, so when we do renew, certbot tries to run it is own webserver on port 80, but this port is already in use by nginx. Stop nginx, before renewal. This is quite hacky, but should work. Proper solution is to split certificate role by standalone and non-standalone versions. | |||
2024-03-31 | Swap order of nginx enablement and cert hook | Dmitry Ilvokhin | |
2024-03-31 | Migrate to certbot hook scripts | Dmitry Ilvokhin | |
Make hooks usage a bit more generic, to apply hooks for services different from nginx. | |||
2024-03-24 | Configure nginx first and then enable/start | Dmitry Ilvokhin | |
2024-02-10 | Make logrotate a dependencies for nginx | Dmitry Ilvokhin | |
2024-02-03 | Add nginx serving directory | 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-06 | Fix `ansible.builtin.include_role` indents | Dmitry Ilvokhin | |
2024-01-06 | Make certificate a role | Dmitry Ilvokhin | |
2024-01-06 | Make nginx a role | Dmitry Ilvokhin | |