Customize rules

You can customize most rules by using the control_configs key and supplying the key with a hash value.

To customize rules, use a configuration based on the following structure:
<recommendation name>:
  <recommendation param>: <value>
For example, to configure the rules used in the previous examples, the configuration would look like this:
# control-repo/data/nodes/winserv2019.contoso.com.yaml
---
cem_windows::framework: 'cis'
cem_windows::config:
  profile: 'member_server'
  level: '1'
  control_configs:
    c18_9_97_1_1:
      allowbasic: '0'
    c18_9_97_1_2:
      allowunencryptedtraffic: '0'