diff --git a/cloud/blueprints/rhel9.yml b/cloud/blueprints/rhel9.yml new file mode 100644 index 0000000..244a0d5 --- /dev/null +++ b/cloud/blueprints/rhel9.yml @@ -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-9*HVM-*Hourly*' \ No newline at end of file diff --git a/cloud/setup.yml b/cloud/setup.yml index 1165305..84726f8 100644 --- a/cloud/setup.yml +++ b/cloud/setup.yml @@ -146,6 +146,7 @@ controller_templates: choices: #"{{ lookup('fileglob', 'blueprints/*.yml') | regex_replace(',','\n') | regex_findall('.*/(.*)(?=.yml)') | list }}" - windows_core - windows_full + - rhel9 - rhel8 - rhel7