Run Playbooks in GitHub Actions
Trigger automation from commits.
CI Runs Your Automation
With GitHub Actions, every push can run your playbooks on a fresh runner, so automation is tested the same way every time. 🚀
Workflows Live in .github
A workflow is a YAML file under .github/workflows; GitHub finds it there and runs it automatically.
.github/workflows/ansible.ymlAll lessons in this course
- ansible-lint as a Quality Gate
- Run Playbooks in GitHub Actions
- Vault Secrets in a Pipeline
- Gated Deploys with Approvals & Check Mode