We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
NEW:
The text was updated successfully, but these errors were encountered: