Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-10 | Make certbot a dependencies of certificate | Dmitry Ilvokhin | |
2024-01-06 | Fix `ansible.builtin.include_role` indents | Dmitry Ilvokhin | |
2024-01-06 | Make certificate a role | Dmitry Ilvokhin | |