summaryrefslogtreecommitdiffstats
path: root/roles/settings/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
commit652734b570bc728f02df99a7c570b119ddc5c4be (patch)
tree356460fb60f2d8d13e6e1a8b1a7aaba9d04aa501 /roles/settings/README.md
parent2d45a9b60a008581672af7a901258f488d3cde16 (diff)
Refactor: move password policy to its own role
Diffstat (limited to 'roles/settings/README.md')
-rw-r--r--roles/settings/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/roles/settings/README.md b/roles/settings/README.md
deleted file mode 100644
index 9f6c7bb9..00000000
--- a/roles/settings/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Ansible Role: settings
-
-This role configure the machine settings (locales/timezone/password policy/etc.)
-
-## Role Variables
-
-- `settings_timezone` the timezone default `CET`
-
-- `settings_pw_policy_enabled` boolean to enable or disable the enforcement of password policy
-- `settings_pw_policy_difok` the number of differences between new and old password (default 0 - disabled)
-- `settings_pw_policy_minlen` min password length (default 8)
-- `settings_pw_policy_dcredit` required digits in password (default 0)
-- `settings_pw_policy_ucredit` required uppercase chars in password (default 0)
-- `settings_pw_policy_ocredit` required other chars in password (default 0)
-- `settings_pw_policy_lcredit` required lowercase chars in password (default 0)
-- `settings_pw_policy_minclass` required minimum classes in password upper/lower/digit/other (default 0 - disabled)
-- `settings_pw_policy_maxrepeat` allowed maximum repeats in password (default 0 - disabled)
-- `settings_pw_policy_maxclassrepeat` maximum allowed consecutive class repeats (default 0 -disabled)
-- `settings_pw_policy_gecoscheck` (default 0 - disabled)
-
-## Docs
-
-- https://linux.die.net/man/8/pam_pwquality