ansible-actions/Ansible Linting Action
Action to run Ansible lint.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Target for ansible linter For example './', 'roles/my_role/' or 'site.yml' | yes | — |
| required_collections | You can define a required ansible collection here. They will be installed using ansible-galaxy collection install <YourInput> --upgrade. | no | — |
| collections_yml | Install multiple Collections, defined from requirements.yml file They will be installed using ansible-galaxy collection install -r <YourInput> --force. | no | — |
| required_roles | You can define a required ansible role here. They will be installed using ansible-galaxy role install <YourInput> --force. | no | — |
| python_dependency | Install a Python Package using pip They will be installed using pip install --upgrade <YourInput>. | no | — |
| python_dependency_file | Install a Python Packages from file using pip They will be installed using pip install --upgrade -r <YourInput>. | no | — |
Outputs
no outputs