2025-02-14 21:11:21 +01:00
|
|
|
{{ "=" * (hostname|length) }}
|
|
|
|
{{ hostname.replace("\n", "") }}
|
|
|
|
{{ "=" * (hostname|length) }}
|
2025-02-12 17:36:12 +01:00
|
|
|
|
2025-02-27 15:32:41 +01:00
|
|
|
:os: {{ os["NAME"] }}
|
2025-02-27 11:47:34 +01:00
|
|
|
:version: {{ os["VERSION"] }}
|
2025-02-27 11:42:50 +01:00
|
|
|
|
2025-02-28 10:34:41 +01:00
|
|
|
{% if extend_exists %}{% include "{hostname}.rst.j2".format(hostname=hostname) %}{% endif %}
|
|
|
|
|