tripleo-ansible/tripleo_ansible/roles/login_defs/defaults/main.yml

29 lines
1.2 KiB
YAML

---
# Copyright 2019 Red Hat, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
tripleo_login_defs_debug: "{{ (ansible_verbosity | int) >= 2 | bool }}"
# The maximum number of days a password may be used
tripleo_login_defs_password_max_days: 60
# The minimum number of days allowed between password changes
tripleo_login_defs_password_min_days: 1
# The minimal number of significant characters in the password
tripleo_login_defs_password_min_len: 5
# The number of days warning given before a password expires
tripleo_login_defs_password_warn_age: 7
# Delay in seconds before being allowed another attempt after a login failure
tripleo_login_defs_fail_delay: 4