aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/my_workspace/tasks/project.yml (unfollow)
Commit message (Collapse)Author
2023-12-10my_workspace: configure git repositories separatelyEgor Tensin
Configuring git globally can interfere with my_dotfiles; seems more generic that way anyway.
2023-09-04fix task names, small refactoring, etc.Egor Tensin
2023-09-01fix some ansible-lint warningsEgor Tensin
2023-09-01sort module args, add missing state args, etc.Egor Tensin
2023-08-23properly prefix thingsEgor 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-17my_workspace: use community.docker.docker_composeEgor Tensin
2023-08-16my_workspace: use community.general.makeEgor Tensin
2023-08-16fix some ansible-lint warningsEgor Tensin
2023-08-15workspace -> my_workspaceEgor Tensin
2023-08-14workspace: show docker-compose up outputEgor Tensin
2023-08-14workspace: ignore missing Makefile/docker-compose.ymlEgor Tensin
2023-08-13workspace: run make when availableEgor Tensin
2023-08-12workspace: refactoringEgor Tensin
2023-08-04import workspace roleEgor Tensin