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 /site.yml | |
| parent | 2d45a9b60a008581672af7a901258f488d3cde16 (diff) | |
Refactor: move password policy to its own role
Diffstat (limited to 'site.yml')
| -rw-r--r-- | site.yml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
