flower.yml 187 Bytes
Newer Older
Will Daly committed
1 2
- name: Deploy celery flower (monitoring tool)
  hosts: all
3
  become: True
Will Daly committed
4
  gather_facts: True
5 6 7
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
Will Daly committed
8
  roles:
9
    - aws
Will Daly committed
10
    - flower