25 lines
478 B
YAML
25 lines
478 B
YAML
---
|
|
|
|
{{ if eq .Vars.ubtu24cis_time_sync_tool "chrony" }}
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_2_3_3_3 }}
|
|
service:
|
|
chronyd:
|
|
title: 2.3.3.3 | Ensure chrony is enabled and running
|
|
enabled: true
|
|
running: true
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID: 2.3.3.3
|
|
CISv8:
|
|
- 8.4
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- AU-8
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|