Skip to content
Snippets Groups Projects
Commit 18d80651 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Better generation of doc

parent 2dccb0c4
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
|| '''Socket''' || '''Nombre de cœur(s)''' || '''Nombre de thread(s)''' || '''Modèle''' ||
{% for m in processor.values() %}
{% if m.data["Asset Tag"] %}
{% if m.data["Thread Count"] %}
|| {{ m.data["Socket Designation"] }} || {{ m.data["Core Count"] }} || {{ m.data["Thread Count"] }} || {{ m.data["Version"] }} ||
{% endif %}
{% endfor %}
......@@ -35,12 +35,14 @@ et {{ (ansible_memory_mb.swap.total/1024)|round(1) }} GiB de SWAP.
{% endif %}
{% endfor %}
{% if slot %}
=== Cartes PCI ===
|| '''Emplacement''' || '''Taille du bus''' ||
|| '''Emplacement''' || '''Taille du bus''' || '''Utilisé''' ||
{% for m in slot.values() %}
|| {{ m.data["Designation"] }} || {{ m.data["Type:SlotType"] }} {{ m.data["Type:SlotBusWidth"] }} ||
|| {{ m.data["Designation"] }} || {{ m.data["Type:SlotType"] }} || {{ m.data["Current Usage"] }} ||
{% endfor %}
{% endif %}
=== Stockage ===
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment