From dfaa9b1c81d9c193945017c4c7f915df80cb72a8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 17 Oct 2018 12:22:38 -0400 Subject: [PATCH] JBAS-1839 Ansible root plays get names Signed-off-by: Bill Erickson --- KCLS/admin-scripts/ansible/playbook.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KCLS/admin-scripts/ansible/playbook.yml b/KCLS/admin-scripts/ansible/playbook.yml index 56140fc82b..e22709be08 100644 --- a/KCLS/admin-scripts/ansible/playbook.yml +++ b/KCLS/admin-scripts/ansible/playbook.yml @@ -6,6 +6,7 @@ # single-server instances (e.g. 'localhost') perform all actions. # and are assumed to not require attach/detach - hosts: 'single' + name: 'Building Single Server Instance' vars_files: - vars.yml - credentials.yml @@ -32,6 +33,7 @@ when: start_util or start_all - hosts: 'bricks' + name: 'Building Bricks' serial: '{{serial}}' vars_files: - vars.yml @@ -55,6 +57,7 @@ when: attach - hosts: 'sips' + name: 'Building SIPs' serial: '{{serial}}' vars_files: - vars.yml @@ -74,6 +77,7 @@ when: start_sip or start_all - hosts: 'utils' + name: 'Building Utils' vars_files: - vars.yml - credentials.yml -- 2.11.0