akram5373/Run Ansible playbook
Execute Ansible playbook on selected hosts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| playbook | Ansible playbook filepath | yes | — |
| requirements | Ansible Galaxy requirements filepath | no | — |
| directory | Root directory of Ansible project (defaults to current) | no | — |
| key | SSH private key used to connect to the host | no | — |
| inventory | Custom content to write into hosts | no | — |
| vault_password | The password used for decrypting vaulted files | no | — |
| known_hosts | Contents of SSH known_hosts file | no | — |
| options | Extra options that should be passed to ansible-playbook command | no | — |
| sudo | Set to "true" if root is required for running your playbook | no | — |
| no_color | Set to "true" if the Ansible output should not include colors (defaults to "false") | no | — |
Outputs
| name | description |
|---|---|
| output | The captured output of both stdout and stderr from the Ansible Playbook run |