Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 384 Bytes

This is an Ansible role for an installation of Flower.

What it Does

Installs the flower Python module (using the pip module), defines a flower service, and sets up logging, configuration of that service.

Usage

Use the role in a playbook like this:

- hosts: all
  roles:
    - flower