actions-marketplace-validations/Ansible In Docker Action
Let's make Ansible a breeze with the Ansible-in-Docker action! ⚡️
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| playbookName | Name of the playbook in your workspace. | yes | — |
| inventoryFile | Name of the inventory file to use. | no | — |
| requirementsFile | name of the requirements file to use. | no | — |
| galaxyGithubUser | If you use private github repositories in your requirements file you need to set galaxyGithubUser and galaxyGithub token. | no | — |
| galaxyGithubToken | Token to access git source of roles to download. Only needed for private git sources. Github Account needs to be linked to Ansible Galaxy. | no | — |
| rolesPath | If inventoryFile is set you can also specify a custom roles path to install your required roles in. | no | — |
| keyFile | Keyfile to use for host connections. | no | — |
| keyFileVaultPass | Vault Password to decrypt keyFile. | no | — |
| extraVars | String containing all extraVars which you want to be injected into the run. | no | — |
| extraFile | File containing extra vars. | no | — |
| verbosity | Choose one of 4 verbosity levels. See Ansible documentation for details. | no | — |
Outputs
no outputs