Ansible Pipeline

Ansible Pipeline A workflow diagram generated by Archify. 01 / GitHub Actions Build and push Ansible container · GitHub Actions Build and push Ansible container Syntax and inventory checks · GitHub Actions Syntax and inventory checks Legend Agent logic

What this pipeline does

  • • Provisions both homelab hosts via Ansible: validates playbook syntax and runs a check-mode dry-run on PRs, then applies the full site.yml against the live two-node cluster on master merges — all inside an immutable container image with vault access baked in.

Job by job

  • • Build and push Ansible container: Build and push the Ansible container image with all playb…
  • • Syntax and inventory checks: Run syntax check and inventory validation on all Ansible playb…