mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-17 02:26:30 +00:00
feat(filters): add active_docker_container_count filter and use it for fair resource splits
Compute per-container CPU/RAM shares based on active services (web-/svc-*, enabled=true or undefined). Cast host facts to numbers, add safe min=1, and output compose-ready values. Include robust unit test. Also: include resource.yml.j2 in base template and minor formatting tidy-up. https://chatgpt.com/share/68d2d96c-9bf4-800f-bbec-d4f2c0051c06
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
{% endif %}
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
{{ lookup('template', 'roles/docker-container/templates/resource.yml.j2') | indent(4) }}
|
||||
{{ "\n" }}
|
||||
Reference in New Issue
Block a user