action-ansible-playbook
action-ansible-playbook copied to clipboard
:gear: A GitHub Action for running Ansible playbooks
Can someone please tell me how to pass the ansible user name through the action?
Perhaps this is not the right community. But I'm using your plugin in my pipeline and I need to somehow install the dependency before even running Ansible on the Github...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.7 to 1.9.0. Changelog Sourced from @actions/core's changelog. 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of @actions/http-client #1087 1.8.1 Update to v2.0.0...
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.1.1. Release notes Sourced from yaml's releases. v2.1.1 No changes in executable code, only TS types. Revert "Use TS named tuple for range (#385)" --...
My ansible script require multiple inventory file and multiple extra vars. We also use keyvault file. Please help me on how to provide multiple inventory and extra vars.
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.4 to 1.1.1. Changelog Sourced from @actions/exec's changelog. 1.1.1 Update lockfileVersion to v2 in `package-lock.json #1024 1.1.0 Fix stdline dropping large output Add getExecOutput function Better error...
In order to make sure ansible has access to the boxes, I needed to remove the following line form my inventory file. Also I had to comment out the known_hosts...
Hey team, Do you know how to access the instance using tunneling via bastion host? or can I pass Ansible config in the arguments? Thank you
Hi there, Thanks for writing this action! We use a lot of internally developed ansible roles that are stored in github enterprise and need to be able to grab them...