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.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
To use a role from this collection, prefix it with hostinger.fireactions
:
- hosts: all
roles:
- role: hostinger.fireactions.fireactions
Contributions are welcome! For instructions, please refer to the Contributing guide.
See LICENSE.