review-ansible component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/review-ansible@stable
inputs:
tag: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| allow-lint-failure | Should the pipeline continue if linting fails? | false | boolean |
| debug | Enable debug mode. Will sleep indefinitely. | false | boolean |
| environment | integration | string | |
| inventory | string | ||
| last-test-job | review:cypress | string | |
| name | review | string | |
| review-domain | $CI_ENVIRONMENT_SLUG.review.xrow.net | string | |
| stage | test | string | |
| start-playbook | Playbook for starting the review | playbooks/start-review.yml | string |
| stop-playbook | Playbook for stopping the review | playbooks/stop-review.yml | string |
| tag | string | ||
| timeout | 1h | string |