diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:07 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:07 +0200 |
| commit | 652734b570bc728f02df99a7c570b119ddc5c4be (patch) | |
| tree | 356460fb60f2d8d13e6e1a8b1a7aaba9d04aa501 /roles/settings/meta/argument_specs.yml | |
| parent | 2d45a9b60a008581672af7a901258f488d3cde16 (diff) | |
Refactor: move password policy to its own role
Diffstat (limited to 'roles/settings/meta/argument_specs.yml')
| -rw-r--r-- | roles/settings/meta/argument_specs.yml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/roles/settings/meta/argument_specs.yml b/roles/settings/meta/argument_specs.yml deleted file mode 100644 index 0507db86..00000000 --- a/roles/settings/meta/argument_specs.yml +++ /dev/null @@ -1,55 +0,0 @@ ---- -argument_specs: - main: - options: - settings_timezone: - type: "str" - description: "timezone configuration to use" - default: "UTC" - settings_pw_policy_enabled: - type: "bool" - description: "Enable password policy" - default: true - settings_pw_policy_difok: - type: "int" - description: "The number of differences between new and old password" - default: 0 - settings_pw_policy_minlen: - type: "int" - description: "Min password length" - default: 8 - settings_pw_policy_dcredit: - type: "int" - description: "Num of digits required in password" - default: 0 - settings_pw_policy_ucredit: - type: "int" - description: "Num of uppercase chars required in password" - default: 0 - settings_pw_policy_ocredit: - type: "int" - description: "Num of special chars required in password" - default: 0 - settings_pw_policy_lcredit: - type: "int" - description: "Num of lowercase chars required in password" - default: 0 - settings_pw_policy_minclass: - type: "int" - description: "Num of required classes (upper/lower/digit/special) chars required in password" - default: 0 - settings_pw_policy_maxrepeat: - type: "int" - description: "Num of allowed repeats in password" - default: 0 - settings_pw_policy_maxclassrepeat: - type: "int" - description: "Maximum number of consecutive class repeats in password" - default: 0 - settings_pw_policy_gecoscheck: - type: "int" - description: | - If nonzero, check whether the individual words longer than 3 characters from the - passwd GECOS field of the user are contained in the new password. - The default is 0 which means that this check is disabled. - default: 0 |
