From 242bbbaf786f82832c16665e572cc1d4b2752b4d Mon Sep 17 00:00:00 2001 From: willtome Date: Mon, 13 Feb 2023 11:00:56 -0500 Subject: [PATCH] add rhel9 (#18) --- cloud/blueprints/rhel9.yml | 7 +++++++ cloud/setup.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 cloud/blueprints/rhel9.yml 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