This is a collection which contains Ansible roles for installing and configuring Fireactions and its dependencies.
Before using this collection, install it with ansible-galaxy:
ansible-galaxy collection install hostinger.fireactionsYou can also include it in a requirements.yml file:
collections:
- name: hostinger.fireactionsand install it with:
ansible-galaxy collection install -r requirements.ymlTo use a role from this collection, prefix it with hostinger.fireactions:
- hosts: all
  roles:
    - role: hostinger.fireactions.fireactionsContributions are welcome! For instructions, please refer to the Contributing guide.
See LICENSE.