Extend create vm job template (#97)
This commit is contained in:
committed by
GitHub
parent
7e4399eac2
commit
2cd3ec6f72
@@ -249,6 +249,14 @@ controller_templates:
|
|||||||
variable: create_vm_aws_keypair_name
|
variable: create_vm_aws_keypair_name
|
||||||
required: true
|
required: true
|
||||||
default: aws-test-key
|
default: aws-test-key
|
||||||
|
- question_name: AWS Instance Type (defaults to blueprint value)
|
||||||
|
type: text
|
||||||
|
variable: create_vm_aws_instance_size
|
||||||
|
required: false
|
||||||
|
- question_name: AWS Image Filter (defaults to blueprint value)
|
||||||
|
type: text
|
||||||
|
variable: create_vm_aws_image_filter
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: Cloud / AWS / Delete VM
|
- name: Cloud / AWS / Delete VM
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
@@ -40,4 +40,3 @@
|
|||||||
ansible.builtin.set_stats:
|
ansible.builtin.set_stats:
|
||||||
data:
|
data:
|
||||||
aws_snapshots: "{{ snapshot_stat | items2dict }}"
|
aws_snapshots: "{{ snapshot_stat | items2dict }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user