mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 05:27:14 -07:00
6bf8287520f863315ac790bdb72d3e224a8bce71
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%