aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt (unfollow)
Commit message (Collapse)Author
2023-12-10letsencrypt: re-request certificates on email changeEgor Tensin
2023-12-10drop my personal info as defaults everywhereEgor Tensin
2023-09-18use ansible.builtin.package generic moduleEgor Tensin
2023-09-01sort module args, add missing state args, etc.Egor Tensin
2023-08-23properly prefix thingsEgor Tensin
2023-08-21add input variables to role's defaults/Egor Tensin
2023-08-20append .j2 extension to templatesEgor Tensin
I saw a good point somewhere that it should help with syntax highlighting.
2023-08-20add ansible_managed comment to templatesEgor Tensin
2023-08-20tweak names a bitEgor Tensin
2023-08-20use variables instead facts mostly everywhereEgor Tensin
set_fact is stupid; they persist through multiple role executions; for example, you cannot do this: set_fact: foo: '{{ foo | default("bar") }}' If somebody calls the role and defines foo, it will always be set to that value forever, even for subsequent role calls.
2023-08-15letsencrypt: update READMEEgor Tensin
2023-08-14letsencrypt: split tasks into different filesEgor Tensin
2023-08-14letsencrypt: fix manual token promptsEgor Tensin
2023-08-14add a bunch of READMEs for rolesEgor Tensin
2023-08-09letsencrypt: update certificates on subdomain changesEgor Tensin
2023-08-04import letsencrypt roleEgor Tensin