pez-infra/.github/workflows
Rasmus "Pez" Wejlgaard 20274d49d4
ci: add ansible-galaxy collection install to deploy workflows (#39)
Both deploy-on-merge.yml and deploy.yml install ansible via pip but
never install the required Galaxy collections (community.docker,
community.general, ansible.posix) from ansible/requirements.yml.

This works by accident because the pip ansible package bundles some
collections, but it's fragile — a pip upgrade or runner image change
could break deploys silently.

Fixes PESO-110
2026-04-03 01:18:30 +01:00
..
deploy-on-merge.yml ci: add ansible-galaxy collection install to deploy workflows (#39) 2026-04-03 01:18:30 +01:00
deploy.yml ci: add ansible-galaxy collection install to deploy workflows (#39) 2026-04-03 01:18:30 +01:00
lint-ansible.yml replace hard set ip with vars (#25) 2026-03-29 21:33:50 +01:00
lint-docker-compose.yml replace hard set ip with vars (#25) 2026-03-29 21:33:50 +01:00
terraform.yml replace hard set ip with vars (#25) 2026-03-29 21:33:50 +01:00
validate-caddyfile.yml replace hard set ip with vars (#25) 2026-03-29 21:33:50 +01:00
validate-terraform.yml replace hard set ip with vars (#25) 2026-03-29 21:33:50 +01:00