49 lines
1011 B
YAML
49 lines
1011 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_2_1_6 }}
|
|
{{ if not .Vars.ubtu24cis_ftp_server }}
|
|
{{ if not .Vars.ubtu24cis_ftp_mask }}
|
|
package:
|
|
ftp_pkg:
|
|
title: 2.1.6 | Ensure ftp server services are not in use | pkg removed
|
|
name: vsftp
|
|
installed: false
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 2.1.6
|
|
CISv8:
|
|
- 4.8
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- CM-7
|
|
{{ end }}
|
|
{{ if .Vars.ubtu24cis_ftp_mask }}
|
|
file:
|
|
ftp_service_masked:
|
|
title: 2.1.6 | Ensure ftp server services are not in use | masked
|
|
path: /etc/systemd/system/vsftpd.service
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/null
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 2.1.6
|
|
CISv8:
|
|
- 4.8
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- CM-7
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|