aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt (follow)
Commit message (Collapse)AuthorAge
* letsencrypt: don't sort SANsEgor Tensin2023-12-26
| | | | | | 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).
* letsencrypt: re-request certificates on email changeEgor Tensin2023-12-10
|
* drop my personal info as defaults everywhereEgor Tensin2023-12-10
|
* use ansible.builtin.package generic moduleEgor Tensin2023-09-18
|
* sort module args, add missing state args, etc.Egor Tensin2023-09-01
|
* properly prefix thingsEgor Tensin2023-08-23
|
* add input variables to role's defaults/Egor Tensin2023-08-21
|
* append .j2 extension to templatesEgor Tensin2023-08-20
| | | | | I saw a good point somewhere that it should help with syntax highlighting.
* add ansible_managed comment to templatesEgor Tensin2023-08-20
|
* tweak names a bitEgor Tensin2023-08-20
|
* use variables instead facts mostly everywhereEgor Tensin2023-08-20
| | | | | | | | | | | 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.
* letsencrypt: update READMEEgor Tensin2023-08-15
|
* letsencrypt: split tasks into different filesEgor Tensin2023-08-14
|
* letsencrypt: fix manual token promptsEgor Tensin2023-08-14
|
* add a bunch of READMEs for rolesEgor Tensin2023-08-14
|
* letsencrypt: update certificates on subdomain changesEgor Tensin2023-08-09
|
* import letsencrypt roleEgor Tensin2023-08-04