Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 875 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 875 Bytes

Ansible collection for Fireactions

This is a collection which contains Ansible roles for installing and configuring Fireactions and its dependencies.

Installation

Before using this collection, install it with ansible-galaxy:

ansible-galaxy collection install hostinger.fireactions

You can also include it in a requirements.yml file:

collections:
- name: hostinger.fireactions

and install it with:

ansible-galaxy collection install -r requirements.yml

Usage

To use a role from this collection, prefix it with hostinger.fireactions:

- hosts: all
  roles:
    - role: hostinger.fireactions.fireactions

Contributing

Contributions are welcome! For instructions, please refer to the Contributing guide.

License

See LICENSE.