Fix Cloud Report (#190)
This commit is contained in:
@@ -69,29 +69,16 @@ controller_templates:
|
|||||||
organization: Default
|
organization: Default
|
||||||
credentials:
|
credentials:
|
||||||
- AWS
|
- AWS
|
||||||
project: Ansible Cloud Content Lab - AWS
|
project: Ansible Cloud AWS Demos
|
||||||
playbook: playbooks/create_reports.yml
|
playbook: playbooks/cloud_report.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
|
execution_environment: Cloud Services Execution Environment
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
notification_templates_error: Telemetry
|
notification_templates_error: Telemetry
|
||||||
extra_vars:
|
extra_vars:
|
||||||
aws_report: vpc
|
|
||||||
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
|
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
|
||||||
survey_enabled: true
|
reports_aws_region: "us-east-1"
|
||||||
survey:
|
|
||||||
name: ''
|
|
||||||
description: ''
|
|
||||||
spec:
|
|
||||||
- question_name: AWS Region
|
|
||||||
type: multiplechoice
|
|
||||||
variable: create_vm_aws_region
|
|
||||||
required: true
|
|
||||||
choices:
|
|
||||||
- us-east-1
|
|
||||||
- us-east-2
|
|
||||||
- us-west-1
|
|
||||||
- us-west-2
|
|
||||||
|
|
||||||
- name: Cloud / AWS / Tags Report
|
- name: Cloud / AWS / Tags Report
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
@@ -17,6 +17,13 @@ controller_projects:
|
|||||||
scm_url: https://github.com/ansible-content-lab/aws.infrastructure_config_demos.git
|
scm_url: https://github.com/ansible-content-lab/aws.infrastructure_config_demos.git
|
||||||
default_environment: Cloud Services Execution Environment
|
default_environment: Cloud Services Execution Environment
|
||||||
|
|
||||||
|
- name: Ansible Cloud AWS Demos
|
||||||
|
organization: Default
|
||||||
|
scm_type: git
|
||||||
|
wait: true
|
||||||
|
scm_url: https://github.com/ansible-cloud/aws_demos.git
|
||||||
|
default_environment: Cloud Services Execution Environment
|
||||||
|
|
||||||
controller_credentials:
|
controller_credentials:
|
||||||
- name: AWS
|
- name: AWS
|
||||||
credential_type: Amazon Web Services
|
credential_type: Amazon Web Services
|
||||||
|
|||||||
Reference in New Issue
Block a user