add blueprints
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
---
|
||||
vm_providers: []
|
||||
7
cloud/blueprints/rhel7.yml
Normal file
7
cloud/blueprints/rhel7.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
vm_providers:
|
||||
- aws
|
||||
aws_image_owners: 309956199498
|
||||
aws_instance_size: t2.medium
|
||||
aws_image_architecture: x86_64
|
||||
aws_image_filter: 'RHEL-7.9_HVM*'
|
||||
7
cloud/blueprints/rhel8.yml
Normal file
7
cloud/blueprints/rhel8.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
vm_providers:
|
||||
- aws
|
||||
aws_image_owners: 309956199498
|
||||
aws_instance_size: t3.micro
|
||||
aws_image_architecture: x86_64
|
||||
aws_image_filter: 'RHEL-8*HVM-*Hourly*'
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
vm_blueprint_providers:
|
||||
- aws
|
||||
vm_blueprint_aws_instance_filter: 'Windows_Server-2019-English-Core-Base*'
|
||||
vm_blueprint_aws_instance_size: t3.medium
|
||||
vm_blueprint_aws_userdata_template: aws_windows_userdata
|
||||
aws_instance_filter: 'Windows_Server-2019-English-Core-Base*'
|
||||
aws_instance_size: t3.medium
|
||||
aws_userdata_template: aws_windows_userdata
|
||||
Reference in New Issue
Block a user