mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
added latest rhel9 image
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
2090cc4a45
commit
a8446b989b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/OS.tfvars
vendored
8
.github/workflows/OS.tfvars
vendored
|
|
@ -1,8 +1,8 @@
|
|||
#Ami Rocky 85
|
||||
ami_id = "ami-043ceee68871e0bb5"
|
||||
ami_os = "rocky8"
|
||||
ami_username = "rocky"
|
||||
ami_user_home = "/home/rocky"
|
||||
ami_id = "ami-0c41531b8d18cc72b"
|
||||
ami_os = "rhel9"
|
||||
ami_username = "ec2-user"
|
||||
ami_user_home = "/home/ec2-user"
|
||||
instance_tags = {
|
||||
Name = "RHEL9-CIS"
|
||||
Environment = "lockdown_github_repo_workflow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue