Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | properly prefix things | Egor Tensin | 2023-08-23 |
| | |||
* | append .j2 extension to templates | Egor Tensin | 2023-08-20 |
| | | | | | I saw a good point somewhere that it should help with syntax highlighting. | ||
* | use variables instead facts mostly everywhere | Egor Tensin | 2023-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 certificates on subdomain changes | Egor Tensin | 2023-08-09 |
| | |||
* | import letsencrypt role | Egor Tensin | 2023-08-04 |