browbeat/ansible/install/roles/shaker-check/tasks/main.yml
Alex Krzos 270506a87a Converging browbeat and shaker installers. Adding shaker network for automatic network configuration.
+ Updated Documentation.

Change-Id: Ic119675777d45787266946f08367e761bd55f284
2016-03-01 10:29:01 -05:00

12 lines
205 B
YAML

---
#
# Tasks to check requirements for installing shaker
#
- name: Check for heat
service: name={{ item }} state=running
become: true
with_items:
- openstack-heat-api
- openstack-heat-engine