JBAS-1839 Ansible root plays get names
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Oct 2018 16:22:38 +0000 (12:22 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/ansible/playbook.yml

index 56140fc..e22709b 100644 (file)
@@ -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