RedHatGov / redhatgov.workshops

This is a collection of Ansible-deployed workshop environments. Use it in combination with the student workbook content, from the repo at https://github.com/RedHatGov/redhatgov.github.io
http://redhatgov.io
65 stars 69 forks source link

RHEL_AWS: RHEL and Windows AMI names have changed #184

Open benblasco opened 2 years ago

benblasco commented 2 years ago

The names of RHEL and Windows AMIs in AWS have changed, and so the templated for the group_vars/all_example.yml is now incorrect.

group_vars/all_example.yml needs to change as follows OLD:

< rhel_ver:                         "rhel8"
< win_ver:                          "win2016"

NEW:

> rhel_ver:                         "RHEL-8"
> win_ver:                          "Windows_Server-2016"