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 Feb 12, 2020
1 parent dac2636 commit 0c22d26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
# defaults file for rhel7_pci_dss
inactivity_timeout_value: '900'
var_auditd_max_log_file: '6'
var_auditd_num_logs: '5'
var_auditd_action_mail_acct: root
var_auditd_admin_space_left_action: single
var_auditd_space_left_action: email
var_auditd_action_mail_acct: root
var_auditd_max_log_file_action: rotate
var_password_pam_dcredit: '-1'
var_auditd_space_left_action: email
var_auditd_max_log_file: '6'
var_account_disable_post_pw_expiration: '90'
var_accounts_maximum_age_login_defs: '90'
var_password_pam_ucredit: '-1'
var_password_pam_lcredit: '-1'
var_password_pam_minlen: '7'
var_password_pam_ucredit: '-1'
var_accounts_passwords_pam_faillock_unlock_time: '1800'
var_password_pam_dcredit: '-1'
var_accounts_passwords_pam_faillock_deny: '6'
var_accounts_passwords_pam_faillock_unlock_time: '1800'
var_password_pam_unix_remember: '4'
var_account_disable_post_pw_expiration: '90'
var_accounts_maximum_age_login_defs: '90'
sshd_idle_timeout_value: '900'
account_disable_post_pw_expiration: true
accounts_maximum_age_login_defs: true
Expand Down

0 comments on commit 0c22d26

Please sign in to comment.