Skip to content
New issue

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

Nomis rhel_6_10_weblogic to use rhel6 custom component #652

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis"
ami_base_name = "rhel_6_10_weblogic_appserver_10_3"
configuration_version = "0.2.12"
configuration_version = "0.2.13"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis rhel 6.10 weblogic appserver image"

Expand Down Expand Up @@ -36,6 +36,10 @@ components_aws = [
]

components_custom = [
{
path = "../../commonimages/base/components/rhel_6_10/stig_rhel6_ansible.yml.tftpl"
parameters = []
}
]

systems_manager_agent = {
Expand Down
Loading