hugozys/Run your Ansible playbook in a docker container
This runs your ansible playbook in ansible container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| playbook | playbook name. | no | playbook.yaml |
| directory | path to the root directory where your ansible code lives | no | . |
| envvars | environment variables you need to pass to the playbook | no | — |
| extvars | extra varibles you need to pass to the playbook | no | — |
| ssh_key | the private ssh key you use to connect to remote node | no | — |
| ssh_key_file_name | file name of your private ssh key. It will be put under ~/.ssh/ | no | id_rsa |
| verbose | define the verbosity level of output when running your playook | — | 0 |
Outputs
no outputs