Skip to content

Commit

Permalink
Fix Cloud Report (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean authored Sep 24, 2024
1 parent 6c65b53 commit a257597
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
21 changes: 4 additions & 17 deletions cloud/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,16 @@ controller_templates:
organization: Default
credentials:
- AWS
project: Ansible Cloud Content Lab - AWS
playbook: playbooks/create_reports.yml
project: Ansible Cloud AWS Demos
playbook: playbooks/cloud_report.yml
inventory: Demo Inventory
execution_environment: Cloud Services Execution Environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
extra_vars:
aws_report: vpc
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
survey_enabled: true
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
reports_aws_region: "us-east-1"

- name: Cloud / AWS / Tags Report
job_type: run
Expand Down
7 changes: 7 additions & 0 deletions common/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ controller_projects:
scm_url: https://github.com/ansible-content-lab/aws.infrastructure_config_demos.git
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:
- name: AWS
credential_type: Amazon Web Services
Expand Down

0 comments on commit a257597

Please sign in to comment.