actions-marketplace-validations/Ready-to-use Ansible-Playbook environment
GitHub Action for executing Ansible-Playbooks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| playbook_file | The main Ansible-Playbook file (your root file) | yes | — |
| inventory_file | The Ansible inventory file (list your target hosts in here) | yes | — |
| requirements_file | The Ansible requirements file (list your non-`buildin` modules here) | no | — |
| additional_arguments | Arguments parsed to Ansible | no | -vv |
| pre_task | Shell commands to execute _BEFORE_ executing the Ansible-Playbook | no | — |
| post_task | Shell commands to execute _AFTER_ executing the Ansible-Playbook | no | — |
Outputs
no outputs