Run Ansible playbook
Version updated for https://github.com/dawidd6/action-ansible-playbook to version v6.
- This action is used across all versions by 1,598 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Run Ansible playbook” GitHub Action automates the execution of Ansible playbooks on specified hosts directly within a GitHub Actions workflow. It simplifies infrastructure management and configuration by integrating Ansible tasks into CI/CD pipelines, eliminating the need for manual execution. The action supports key features such as custom inventory management, SSH key integration, encrypted vault passwords, and additional Ansible options for flexibility.
Release notes
What’s Changed
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/dawidd6/action-ansible-playbook/pull/122
- build(deps): bump @actions/exec from 1.1.1 to 2.0.0 by @dependabot[bot] in https://github.com/dawidd6/action-ansible-playbook/pull/125
- build(deps): bump @actions/core from 1.11.1 to 2.0.0 by @dependabot[bot] in https://github.com/dawidd6/action-ansible-playbook/pull/124
- build(deps): bump yaml from 2.8.1 to 2.8.2 by @dependabot[bot] in https://github.com/dawidd6/action-ansible-playbook/pull/123
- build(deps): bump @actions/core from 2.0.0 to 2.0.1 by @dependabot[bot] in https://github.com/dawidd6/action-ansible-playbook/pull/126
- node_modules: update by @dawidd6 in https://github.com/dawidd6/action-ansible-playbook/pull/127
Full Changelog: https://github.com/dawidd6/action-ansible-playbook/compare/v5...v6