Skip to content

Commit 3d656db

Browse files
authored
Merge pull request #5 from ansible-lockdown/amazon2023
Amazon2023 added
2 parents ec6408b + cbb3b4e commit 3d656db

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

AMAZON2023.tfvars

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Amazon Linux 2023
2+
ami_id = "ami-08a52ddb321b32a8c"
3+
ami_os = "AmazonLinux2023"
4+
ami_username = "ec2-user"
5+
ami_user_home = "/home/ec2-user"
6+
benchmark_os = "Amazon2023"

main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ resource "local_file" "inventory" {
7777
run_audit: true
7878
system_is_ec2: true
7979
skip_reboot: false
80+
amzn2023cis_rule_1_2_2: false # Breaks patching
81+
amzn2023cis_rule_1_2_4: false # Breaks patching
82+
amzn2023cis_rule_4_6_6: false # default image has no root password and nopasswd not removed from sudo
8083
rhel_07_010340: false
8184
rhel7stig_bootloader_password_hash: 'grub.pbkdf2.sha512.somethingnewhere'
8285
rhel9cis_rule_5_6_6: false # skip root passwd check and keys only

0 commit comments

Comments
 (0)