From 970ca29070db9bc7f156d11b784368807cb3367e Mon Sep 17 00:00:00 2001
From: Guillaume Coré <gucore@redhat.com>
Date: Tue, 19 Mar 2019 17:13:42 +0100
Subject: [PATCH] OCP4 HA lab: add top level domain in email

---
 ansible/configs/ocp4-coreos-deployer/software.yml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ansible/configs/ocp4-coreos-deployer/software.yml b/ansible/configs/ocp4-coreos-deployer/software.yml
index f513998..4e17cfd 100644
--- a/ansible/configs/ocp4-coreos-deployer/software.yml
+++ b/ansible/configs/ocp4-coreos-deployer/software.yml
@@ -216,6 +216,8 @@
       debug:
         msg: "{{ item }}"
       with_items:
+        - "user.info: Top level domain: {{ subdomain_base_suffix }}"
+        - "user.info: "
         - "user.info: WARNING: with great power comes great responsibility. We monitor usage."
         - "user.info: Your AWS programmatic access:"
         - "user.info: aws_access_key_id = {{ student_access_key_id }}"

--
Gitblit v1.9.3