Commit graph

1188 commits

Author SHA1 Message Date
Mark Bolwell
955d3052cc
latest badges and layout
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 16:01:12 +01:00
Mark Bolwell
5f64ccd843
5.3.2.1 updated var naming
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 15:20:23 +01:00
Mark Bolwell
0d56df1eda
5.4.1.3 typo fix thanks to @fragglexarmy
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:53:17 +01:00
Mark Bolwell
f09cd1dcc6
updated ansible lint version
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:52:29 +01:00
Mark Bolwell
7769bec99e
Added section5 subsections public #390 thanks to @polski-g
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:44:57 +01:00
Mark Bolwell
caffb14671
applied latest fix from public #386 thansk to @polski-g
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:38:45 +01:00
Mark Bolwell
3c3bdaeb38
using benchmark_version variable
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:36:15 +01:00
Mark Bolwell
5dd64ebdb8
max concurrent options and default added
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:20:10 +01:00
Mark Bolwell
9a113ea4a8
fix pre-commit var naming for authselect
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-09-30 14:17:08 +01:00
Fred W.
12f97a0945
Merge pull request #42 from ansible-lockdown/2025_Sep_Updates
2025 Sep Updates: Public Issue Fixes and Improvements
2025-09-12 08:03:22 -04:00
Frederick Witty
d927b3006d
linting clean up
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-09-11 16:05:24 -04:00
Frederick Witty
67c574d8a9
Updates from Public
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-09-10 12:57:50 -04:00
Fred W.
a1d88edde0
Merge pull request #41 from ansible-lockdown/benchmark_v2.0.0
Apply updates to the latest branch
2025-08-21 16:34:38 -04:00
Fred W.
c630c23725
Merge pull request #40 from ansible-lockdown/august_updates
August updates
2025-08-14 16:37:22 -04:00
Mark Bolwell
811b70612e
udpated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 17:25:37 +01:00
Mark Bolwell
eafee7e040
Added typo updates thanks to @DianaMariaDDM
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 17:19:53 +01:00
Mark Bolwell
f1e50bdc4c
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 17:15:35 +01:00
Mark Bolwell
55c7fa6dd5
added password of different LC public issue 372
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 17:12:56 +01:00
Mark Bolwell
95ed2ff03d
changed to import task public PR 377
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 17:09:58 +01:00
Mark Bolwell
4b302f97f9
fixed compability pre 2.14 thanks to public PR #380
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 16:50:41 +01:00
Mark Bolwell
55917c8daa
udpated pre-commit hooks version
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 16:27:41 +01:00
Mark Bolwell
625e4041c1
update logic for 5.2.4 public PR #371
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 16:20:51 +01:00
Mark Bolwell
73320db603
dont not run section 1.8 if not gdm PR #364 from public
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 16:17:45 +01:00
Mark Bolwell
62095f75fe
updated as per public PR #350
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-14 16:14:47 +01:00
uk-bolly
c501e3d210
Merge pull request #39 from ansible-lockdown/audit_update
Updated audit file permissions when running audit thansk to @steve-hayes
2025-08-05 13:20:34 +01:00
Mark Bolwell
ef2c4d4ddb
Updated audit file permissions when running audit thansk to @steve-hayes
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-08-04 10:15:48 +01:00
Mark Bolwell
3778d6fb62
improvement updated with public #361
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-07-04 11:34:53 +01:00
Mark Bolwell
0a56b16d32
updated as per public fix #360
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-07-04 11:32:56 +01:00
jjoympg
eaf5294c1e
Merge pull request #38 from ansible-lockdown/benchmark_v2.0.0
Align latest with public fixes
2025-07-02 11:44:35 -04:00
Mark Bolwell
1bdef212bd
Apply latest public fixes benchmark_v2.0.0
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-07-02 10:47:56 +01:00
uk-bolly
182e07a63f
Merge pull request #354 from davidalexander83/devel
Fix re.error due to (?i) not at start of re
2025-07-02 10:22:20 +01:00
davidalexander83
7ec2c9bf5e
Fix re.error due to (?i) not at start of re
6.2.2.3 and 6.2.2.4 cause issues due to current re syntax:
^(?i)(\s*compress=)

re.error: global flags not at the start of the expression at position 1

Fix removes ^ which resolves issue without affecting functionality.

Signed-off-by: davidalexander83 <davidalexander83@icloud.com>
2025-07-02 12:32:20 +10:00
uk-bolly
cf8581fb03
Merge pull request #36 from ansible-lockdown/benchmark_v2.0.0
Benchmark v2.0.0 Sync
2025-07-01 16:59:02 +01:00
jjoympg
0f5f3ee19b
Merge pull request #37 from ansible-lockdown/rule_6.3.3.5_update
Rule 6.3.3.5 update
2025-07-01 10:17:54 -04:00
Mark Bolwell
b8ed2dfdac
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-07-01 09:37:25 +01:00
Mark Bolwell
2142934148
updated 6.3.3.5
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-07-01 09:29:08 +01:00
Fred W.
968e7783d0
Merge pull request #35 from ansible-lockdown/fix_5.2.4
Improved logic for 5.2.4
2025-06-27 16:58:20 -04:00
Frederick Witty
874890ee40
Update site.yml hosts logic
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-06-27 12:06:18 -04:00
Frederick Witty
0ee2de5e20
Addresses #318 - Thank you @kodebach & @bgro
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-06-27 12:04:29 -04:00
Fred W.
d8af4747d4
Merge pull request #353 from ansible-lockdown/fix_5.2.4
Addresses #318 - Thank you @kodebach & @bgro
2025-06-27 11:54:19 -04:00
Frederick Witty
ac276f34fc
ChangeLog versioning fix
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-06-27 11:15:19 -04:00
Frederick Witty
23338ccd31
Addresses #318 - Thank you @kodebach & @bgro
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-06-27 11:12:07 -04:00
Fred W.
16179a658b
Merge pull request #352 from ansible-lockdown/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2025-06-27 09:13:10 -04:00
pre-commit-ci[bot]
fc2f5895ce
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/ansible-community/ansible-lint: v25.5.0 → v25.6.1](https://github.com/ansible-community/ansible-lint/compare/v25.5.0...v25.6.1)
2025-06-23 17:27:59 +00:00
Fred W.
0efd92e2a3
Merge pull request #31 from ansible-lockdown/JUNE2025QA
June 2025 QA: Replace egrep to grep
2025-06-23 08:36:55 -04:00
uk-bolly
383822d107
Merge pull request #33 from ansible-lockdown/audit_only_fetch
Audit only fetch
2025-06-20 14:41:34 +02:00
uk-bolly
48fd578ee1
Merge pull request #351 from ansible-lockdown/audit_only_fetch
Audit only fetch
2025-06-20 14:41:15 +02:00
Mark Bolwell
37f4d0c9f0
fixed crypto logic
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-06-20 12:15:13 +01:00
Mark Bolwell
9db79097f9
fixed crypto logic
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-06-20 12:14:14 +01:00
Mark Bolwell
82cc458d7a
Fix logic and notes for in crypto policy building
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2025-06-20 11:32:31 +01:00