Skip to content

Commit 745518d

Browse files
authored
Merge pull request #101 from ansible-lockdown/container_updates
updates for container testing
2 parents a54b61a + 3a60b8d commit 745518d

2 files changed

Lines changed: 7 additions & 18 deletions

File tree

tasks/fix-cat2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
name: tmux
676676
state: present
677677
when:
678-
- rhel_08_020032
678+
- rhel_08_020039
679679
- "'tmux' not in ansible_facts.packages"
680680
tags:
681681
- RHEL-08-020039

vars/is_container.yml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
rhel8stig_ssh_required: false
55

66
# tmux
7+
rhel_08_020039: false
78
rhel_08_020040: false
9+
rhel_08_020041: false
810
rhel_08_020070: false
911

1012
# auditd
1113
rhel_08_010560: false
1214
rhel_08_030000: false
1315
rhel_08_030020: false
1416
rhel_08_030040: false
15-
rhel_08_030050: false
17+
# rhel_08_030050: false
1618
rhel_08_030060: false
1719
rhel_08_030061: false
1820
rhel_08_030062: false
@@ -41,7 +43,7 @@ rhel_08_030230: false
4143
rhel_08_030240: false
4244
rhel_08_030250: false
4345
rhel_08_030260: false
44-
rhel_08_030270: false
46+
# rhel_08_030270: false
4547
rhel_08_030280: false
4648
rhel_08_030290: false
4749
rhel_08_030300: false
@@ -61,28 +63,13 @@ rhel_08_030340: false
6163
rhel_08_030350: false
6264
rhel_08_030360: false
6365
rhel_08_030361: false
64-
rhel_08_030362: false
65-
rhel_08_030363: false
66-
rhel_08_030364: false
67-
rhel_08_030365: false
6866
rhel_08_030370: false
69-
rhel_08_030380: false
7067
rhel_08_030390: false
7168
rhel_08_030400: false
7269
rhel_08_030410: false
7370
rhel_08_030420: false
74-
rhel_08_030430: false
75-
rhel_08_030440: false
76-
rhel_08_030450: false
77-
rhel_08_030460: false
78-
rhel_08_030470: false
7971
rhel_08_030480: false
8072
rhel_08_030490: false
81-
rhel_08_030500: false
82-
rhel_08_030510: false
83-
rhel_08_030520: false
84-
rhel_08_030530: false
85-
rhel_08_030540: false
8673
rhel_08_030550: false
8774
rhel_08_030560: false
8875
rhel_08_030570: false
@@ -198,12 +185,14 @@ rhel_08_010291: false
198185
rhel_08_010293: false
199186

200187
# aide
188+
rhel_08_010359: false
201189
rhel_08_010360: false
202190
rhel_08_030650: false
203191
rhel_08_040300: false
204192
rhel_08_040310: false
205193

206194
# sudo
195+
rhel_08_010379: false
207196
rhel_08_010380: false
208197
rhel_08_010381: false
209198
rhel_08_010382: false

0 commit comments

Comments
 (0)