action.playbook icon indicating copy to clipboard operation
action.playbook copied to clipboard

Github Action for running Ansible Playbooks.

Results 5 action.playbook issues
Sort by recently updated
recently updated
newest added

Bumps arillso/ansible from 2.15.5 to 2.16.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=arillso/ansible&package-manager=docker&previous-version=2.15.5&new-version=2.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.27.1. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.27.1 What's Changed v2: Add build tag urfave_cli_no_suggest by @​dolmen in urfave/cli#1847 Full Changelog: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1 v2.27.0 What's Changed...

dependencies
go

Hello and thanks for your work! Trying to launch my playbook, but getting private key error. ``` - name: Deploy job uses: arillso/[email protected] with: playbook: deploy.yml inventory: ansible_hosts.yml private_key: ${{...

Many thanks for making this very useful Github action available to the community! When running in a container on a self-hosted running there is some caching that occurs and it...

My ansible script require multiple inventory file and multiple extra vars. Please help me on how to provide multiple inventory and extra vars.