Signed-off-by: Bill Erickson <berickxx@gmail.com>
# 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
when: start_util or start_all
- hosts: 'bricks'
+ name: 'Building Bricks'
serial: '{{serial}}'
vars_files:
- vars.yml
when: attach
- hosts: 'sips'
+ name: 'Building SIPs'
serial: '{{serial}}'
vars_files:
- vars.yml
when: start_sip or start_all
- hosts: 'utils'
+ name: 'Building Utils'
vars_files:
- vars.yml
- credentials.yml