Commit message (Collapse) | Author | ||
---|---|---|---|
2023-08-23 | properly prefix things | Egor Tensin | |
2023-08-21 | add input variables to role's defaults/ | 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-17 | my_workspace: use community.docker.docker_compose | Egor Tensin | |
2023-08-16 | my_workspace: use community.general.make | Egor Tensin | |
2023-08-16 | my_workspace: don't install vim by default | Egor Tensin | |
2023-08-16 | fix some ansible-lint warnings | Egor Tensin | |
2023-08-15 | workspace -> my_workspace | Egor Tensin | |