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 }} ==============================================================