actions-marketplace-validations/Play Ansible Playbook
Github Action for running Ansible Playbooks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 28, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/arillso_action.playbook@3fe70feea80fe2b79ba4f26d800bb17637e2b828 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| galaxy_file | Name of the galaxy file in your workspace. | no | — |
| inventory | Name of the inventory file in your workspace. | yes | — |
| playbook | Name of the playbook in your workspace. | yes | — |
| limit | Further limit selected hosts to an additional pattern. | no | — |
| skip_tags | Only run plays and tasks whose tags do not match these values. | no | — |
| start_at_task | Start the playbook at the task matching this name. | no | — |
| tags | Only run plays and tasks tagged with these values. | no | — |
| extra_vars | Set additional variables as key=value. | no | — |
| module_path | Prepend paths to module library. | no | — |
| check | Run a check, do not apply any changes. | no | — |
| diff | When changing (small) files and templates, show the differences in those files; works great with –check. | no | — |
| flush_cache | Clear the fact cache for every host in inventory. | no | — |
| force_handlers | Run handlers even if a task fails. | no | — |
| list_hosts | Outputs a list of matching hosts. | no | — |
| list_tags | List all available tags. | no | — |
| list_tasks | List all tasks that would be executed. | no | — |
| syntax_check | Perform a syntax check on the playbook. | no | — |
| forks | Specify number of parallel processes to use. | no | — |
| vault_id | The vault identity to use. | no | — |
| vault_password | The vault password to use. | no | — |
| verbose | Level of verbosity, 0 up to 4. | no | — |
| private_key | Use this key to authenticate the connection. | no | — |
| user | Connect as this user. | no | — |
| connection | Connection type to use. | no | — |
| timeout | Override the connection timeout in seconds. | no | — |
| ssh_common_args | Specify common arguments to pass to sftp/scp/ssh. | no | — |
| sftp_extra_args | Specify extra arguments to pass to sftp only. | no | — |
| scp_extra_args | Specify extra arguments to pass to scp only. | no | — |
| ssh-extra-args | Specify extra arguments to pass to ssh only. | no | — |
| become | Run operations with become. | no | — |
| become_method | Privilege escalation method to use. | no | — |
| become_user | Run operations as this user. | no | — |
Outputs
no outputs