Migrate the users role

This commit is contained in:
Alexander Gorelyshev
2025-12-18 13:34:32 +04:00
parent cb18dcf6c0
commit 14e6bf12fd
18 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Converge
hosts: all
roles:
- role: genlab.users
manifest_path: "users.yml"
common_memory_max: "500M"
common_swap_max: "2G"
common_cpu_quota: "100%"