mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 21:30:42 -07:00
c94ab57c30834eaf8d3c59ada900ea3e02831793
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: ./
key: ${{secrets.SSH_PRIVATE_KEY}}
options: |
--inventory hosts
--limit dev
--extra-vars hello=there
--verbose
Languages
JavaScript
100%