emit-job-header: add region information

Change-Id: Id2f3ad71cae91db25171a87d0668b0b94fed8df8
This commit is contained in:
Lukas Kranz
2025-04-01 14:41:58 +02:00
parent f4b6fd9a17
commit 57f0231067

View File

@@ -36,6 +36,7 @@
Username: {{ hostvars[zj_item]['ansible_user'] | default('unknown') }}
Distro: {{ hostvars[zj_item]['ansible_distribution'] | default('unknown') }} {{ hostvars[zj_item]['ansible_distribution_version'] | default('unknown') }}
Provider: {{ hostvars[zj_item]['nodepool']['provider'] }}
Region: {{ hostvars[zj_item]['nodepool']['region'] | default('unknown') }}
Label: {{ hostvars[zj_item]['nodepool']['label'] }}
Product Name: {{ hostvars[zj_item]['ansible_product_name'] | default('unknown') }}
{% if hostvars[zj_item]['nodepool']['interface_ip'] is defined %}