Skip to content

Commit

Permalink
add more survey vars
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome committed Aug 14, 2023
1 parent cc989ef commit f9bc1cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cloud/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ controller_templates:
notification_templates_error: Telemetry
survey_enabled: true
allow_simultaneous: true
extra_vars:
aws_region: us-east-1
aws_keypair_name: aws-test-key
survey:
name: ''
description: ''
Expand Down Expand Up @@ -247,6 +244,11 @@ controller_templates:
variable: aws_securitygroup_name
required: true
default: aws-test-sg
- question_name: SSH Keypair
type: text
variable: aws_keypair_name
required: true
default: aws-test-key

- name: Cloud / AWS / Delete VM
job_type: run
Expand Down

0 comments on commit f9bc1cc

Please sign in to comment.