summaryrefslogtreecommitdiffstats
path: root/site.yml
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 /site.yml
parent2d45a9b60a008581672af7a901258f488d3cde16 (diff)
Refactor: move password policy to its own role
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/site.yml b/site.yml
index 5f48b6fb..b362ac0e 100644
--- a/site.yml
+++ b/site.yml
@@ -11,9 +11,13 @@
tags: ["required_for_boot"]
- role: "ssh"
tags: ["required_for_boot"]
+ - role: "password_policy"
+ # Password policy is technically not required for boot,
+ # But it's quite nice to configure it for boot and therefore
+ # enforce the required policies/configurations wanted for the first passwrod change
+ tags: ["required_for_boot"]
- role: "locales"
- role: "timezone"
- - role: "settings"
pre_tasks:
- name: "Update package cache"