From 61fad5cab0396386be75d9ba5d7e69b7483625a7 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 31 Dec 2023 20:03:08 +0100 Subject: [PATCH] Add in sapt-labs-mda01 --- inventory.ini | 10 +++++----- roles/virt-common/templates/motd.j2 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory.ini b/inventory.ini index 26cdf75..843428b 100644 --- a/inventory.ini +++ b/inventory.ini @@ -13,8 +13,8 @@ sapt-labs-app01 [db_stage] sapt-labs-db01 -# [mda_stage] -# sapt-labs-mda01 +[mda_stage] +sapt-labs-mda01 [proxy_shrd] sapt-labr-prx01 @@ -36,7 +36,7 @@ db_prod [staging:children] app_stage db_stage -# mda_stage +mda_stage [shared:children] proxy_shrd @@ -46,9 +46,9 @@ proxy_shrd app_prod app_stage -# [mediaservers:children] +[mediaservers:children] # mda_prod -# mda_stage +mda_stage [dbservers:children] db_prod diff --git a/roles/virt-common/templates/motd.j2 b/roles/virt-common/templates/motd.j2 index 5f3ef2e..a249b08 100644 --- a/roles/virt-common/templates/motd.j2 +++ b/roles/virt-common/templates/motd.j2 @@ -5,6 +5,6 @@ - FQDN.............: {{ fqdn }} - LAN IPv4.........: {{ ansible_host }} - Internal IPv4....: {{ internal_ipv4 }} - - Server type......: {{ virt_type | upper }} + - Virtualization...: {{ virt_type | upper }} ==============================================================