Commit message (Collapse) | Author | ||
---|---|---|---|
2023-12-26 | letsencrypt: don't sort SANs | Egor Tensin | |
Sort them in the /etc status file only, for consistency. This should allow users to supply the SANs in custom order, preserving the intended main certificate domain (or whatever the technical term is). | |||
2023-12-10 | letsencrypt: re-request certificates on email change | Egor Tensin | |
2023-12-10 | drop my personal info as defaults everywhere | Egor Tensin | |
2023-09-18 | use ansible.builtin.package generic module | Egor Tensin | |
2023-09-01 | sort module args, add missing state args, etc. | Egor Tensin | |
2023-08-23 | properly prefix things | Egor Tensin | |
2023-08-21 | add input variables to role's defaults/ | Egor Tensin | |
2023-08-20 | append .j2 extension to templates | Egor Tensin | |
I saw a good point somewhere that it should help with syntax highlighting. | |||
2023-08-20 | add ansible_managed comment to templates | Egor Tensin | |
2023-08-20 | tweak names a bit | Egor Tensin | |
2023-08-20 | use variables instead facts mostly everywhere | Egor 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-15 | letsencrypt: update README | Egor Tensin | |
2023-08-14 | letsencrypt: split tasks into different files | Egor Tensin | |
2023-08-14 | letsencrypt: fix manual token prompts | Egor Tensin | |
2023-08-14 | add a bunch of READMEs for roles | Egor Tensin | |
2023-08-09 | letsencrypt: update certificates on subdomain changes | Egor Tensin | |
2023-08-04 | import letsencrypt role | Egor Tensin | |