Skip to content

Commit

Permalink
Updates defaults/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplianceAsCode development team authored and redhatrises committed Sep 13, 2019
1 parent 05acedc commit ae4ba7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
---
# defaults file for rhel8_rht_ccp

sshd_idle_timeout_value: true
sshd_listening_port: true
var_accounts_minimum_age_login_defs: true
var_accounts_password_minlen_login_defs: true
var_accounts_password_warn_age_login_defs: true
var_accounts_passwords_pam_faillock_deny: true
var_password_pam_dcredit: true
var_password_pam_difok: true
var_password_pam_lcredit: true
var_password_pam_ocredit: true
var_password_pam_retry: true
var_password_pam_ucredit: true
var_password_pam_unix_remember: true
var_selinux_policy_name: true
var_selinux_state: true
var_sshd_set_keepalive: true
var_system_crypto_policy: true
accounts_minimum_age_login_defs: true
accounts_password_minlen_login_defs: true
accounts_password_pam_dcredit: true
Expand Down Expand Up @@ -57,6 +74,7 @@ package_aide_installed: true
package_telnet_removed: true
patch_strategy: true
reboot_required: true
require_singleuser_auth: true
restrict_strategy: true
security_patches_up_to_date: true
selinux_policytype: true
Expand Down

0 comments on commit ae4ba7e

Please sign in to comment.