mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 14:20:42 -07:00
README: update
This commit is contained in:
16
README.md
16
README.md
@@ -1,2 +1,18 @@
|
|||||||
# Run Ansible playbook Github Action
|
# Run Ansible playbook Github Action
|
||||||
|
|
||||||
|
An action that executes given Ansible playbook on selected hosts.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Run playbook
|
||||||
|
uses: dawidd6/action-ansible-playbook
|
||||||
|
with:
|
||||||
|
playbook: deploy.yml
|
||||||
|
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||||
|
options: |
|
||||||
|
--inventory hosts
|
||||||
|
--limit dev
|
||||||
|
--extra-vars hello=there
|
||||||
|
--verbose
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user