55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_2_3_1_1 }}
|
|
package:
|
|
{{ .Vars.ubtu24cis_time_sync_tool }}:
|
|
title: 2.3.1.1 | Ensure a single time synchronization daemon is in use
|
|
installed: true
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID: 2.3.1.1
|
|
CISv8:
|
|
- 8.4
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- AU-3
|
|
- AU-12
|
|
{{ if eq .Vars.ubtu24cis_time_sync_tool "systemd-timesyncd" }}
|
|
ntp:
|
|
title: 2.3.1.1 | Ensure time synchronization is in use | ntp service
|
|
installed: false
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID: 2.3.1.1
|
|
CISv8:
|
|
- 8.4
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- AU-3
|
|
- AU-12
|
|
chrony:
|
|
title: 2.3.1.1 | Ensure time synchronization is in use | chrony service
|
|
installed: false
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID: 2.3.1.1
|
|
CISv8:
|
|
- 8.4
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- AU-3
|
|
- AU-12
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|