diff options
Diffstat (limited to 'capabilities-map.yaml')
-rw-r--r-- | capabilities-map.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/capabilities-map.yaml b/capabilities-map.yaml index cd846316..08c455f9 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -537,3 +537,31 @@ topics: description: requires: - overcloud-resource-registry-puppet.yaml + + - title: Security Options + description: Security Hardening Options + environment_groups: + - title: SSH Banner Text + description: Enables population of SSH Banner Text + environments: + - file: environments/sshd-banner.yaml + title: SSH Banner Text + description: + requires: + - overcloud-resource-registry-puppet.yaml + - title: Horizon Password Validation + description: Enable Horizon Password validation + environments: + - file: environments/horizon_password_validation.yaml + title: Horizon Password Validation + description: + requires: + - overcloud-resource-registry-puppet.yaml + - title: AuditD Rules + description: Management of AuditD rules + environments: + - file: environments/auditd.yaml + title: AuditD Rule Management + description: + requires: + - overcloud-resource-registry-puppet.yaml |