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 Nov 7, 2019
1 parent c9cbd61 commit f574a4b
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
---
# 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
var_system_crypto_policy: FIPS
var_selinux_state: enforcing
var_selinux_policy_name: targeted
var_password_pam_dcredit: '-1'
var_password_pam_lcredit: '-2'
var_password_pam_ocredit: '-2'
var_password_pam_difok: '3'
var_password_pam_retry: '3'
var_password_pam_ucredit: '-2'
var_accounts_passwords_pam_faillock_deny: '5'
var_password_pam_unix_remember: '5'
var_accounts_password_minlen_login_defs: '6'
var_accounts_password_warn_age_login_defs: '7'
var_accounts_minimum_age_login_defs: '7'
sshd_listening_port: '22'
sshd_idle_timeout_value: '300'
var_sshd_set_keepalive: '0'
accounts_minimum_age_login_defs: true
accounts_password_minlen_login_defs: true
accounts_password_pam_dcredit: true
Expand Down

0 comments on commit f574a4b

Please sign in to comment.