mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 21:30:42 -07:00
5f9b0124a8d5b02684ebf221aca8356ff494113f
github.workspace directory is not available in container
Run Ansible playbook Github Action
An action that executes given Ansible playbook on selected hosts.
Usage
- name: Run playbook
uses: dawidd6/action-ansible-playbook
with:
playbook: deploy.yml
directory: ${{github.workspace}}
key: ${{secrets.SSH_PRIVATE_KEY}}
options: |
--inventory hosts
--limit dev
--extra-vars hello=there
--verbose
Languages
JavaScript
100%