An Ansible module that enables Continuous Delivery with Red Hat 3scale API Management Platform (3scale AMP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
846 B

---
threescale_cicd_openapi_file_format: YAML
threescale_cicd_delay: 10
threescale_cicd_retries: 50
threescale_cicd_default_application_name: 'Ansible smoke-tests default application'
threescale_cicd_default_application_description: 'This app is used to run smoke tests during the deployment phase. It will be automatically recreated if you delete it.'
threescale_cicd_staging_environment_name: sandbox
threescale_cicd_production_environment_name: production
threescale_cicd_default_staging_suffix: -staging
threescale_cicd_default_production_suffix: ""
threescale_cicd_default_apicast_scheme: https
threescale_cicd_openapi_smoketest_default_scope: openid
threescale_cicd_default_oauth_scopes:
openid: Any OpenID Connect token
threescale_cicd_application_plans:
- system_name: ansible
default: false
state: hidden
name: Ansible Test Plan