https://github.com/hostinger/ansible-collection-fireactions
Ansible collection for deploying Fireactions and required dependencies
https://github.com/hostinger/ansible-collection-fireactions
ansible fireactions tools
Last synced: 12 days ago
JSON representation
Ansible collection for deploying Fireactions and required dependencies
- Host: GitHub
- URL: https://github.com/hostinger/ansible-collection-fireactions
- Owner: hostinger
- License: apache-2.0
- Created: 2023-10-09T08:17:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-26T14:04:29.000Z (5 months ago)
- Last Synced: 2026-01-27T02:59:40.900Z (5 months ago)
- Topics: ansible, fireactions, tools
- Language: Jinja
- Homepage: https://hostinger.github.io/fireactions/
- Size: 26.4 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Ansible collection for Fireactions
This is a collection which contains Ansible roles for installing and configuring [Fireactions](https://github.com/hostinger/fireactions) and its dependencies.
## Installation
Before using this collection, install it with `ansible-galaxy`:
```bash
ansible-galaxy collection install hostinger.fireactions
```
You can also include it in a `requirements.yml` file:
```yaml
collections:
- name: hostinger.fireactions
```
and install it with:
```bash
ansible-galaxy collection install -r requirements.yml
```
## Usage
To use a role from this collection, prefix it with `hostinger.fireactions`:
```yaml
- hosts: all
roles:
- role: hostinger.fireactions.fireactions
```
## Contributing
Contributions are welcome! For instructions, please refer to the [Contributing](CONTRIBUTING.md) guide.
## License
See [LICENSE](LICENSE).