{"id":21017070,"url":"https://github.com/cloudalchemy/ansible-alertmanager-irc-relay","last_synced_at":"2025-12-29T23:04:56.542Z","repository":{"id":41320823,"uuid":"233596897","full_name":"cloudalchemy/ansible-alertmanager-irc-relay","owner":"cloudalchemy","description":"Ansible role for the alertmanager-irc-relay","archived":false,"fork":false,"pushed_at":"2025-03-09T14:22:24.000Z","size":49,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-09T15:25:21.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudalchemy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-13T13:03:12.000Z","updated_at":"2021-04-25T16:51:21.000Z","dependencies_parsed_at":"2023-09-24T17:19:19.477Z","dependency_job_id":"56328be2-fb11-4d88-a4b8-e4a68c3fcbb5","html_url":"https://github.com/cloudalchemy/ansible-alertmanager-irc-relay","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudalchemy%2Fansible-alertmanager-irc-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudalchemy%2Fansible-alertmanager-irc-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudalchemy%2Fansible-alertmanager-irc-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudalchemy%2Fansible-alertmanager-irc-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudalchemy","download_url":"https://codeload.github.com/cloudalchemy/ansible-alertmanager-irc-relay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243447632,"owners_count":20292452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T10:17:46.554Z","updated_at":"2025-12-29T23:04:56.464Z","avatar_url":"https://github.com/cloudalchemy.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: alertmanager-irc-relay\n\n[![Build Status](https://travis-ci.com/cloudalchemy/ansible-alertmanager-irc-relay.svg?branch=master)](https://travis-ci.com/cloudalchemy/ansible-alertmanager-irc-relay)\n[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![Ansible Role](https://img.shields.io/badge/ansible%20role-cloudalchemy.alertmanager_irc_relay-blue.svg)](https://galaxy.ansible.com/cloudalchemy/alertmanager_irc_relay/)\n[![GitHub tag](https://img.shields.io/github/tag/cloudalchemy/ansible-alertmanager-irc-relay.svg)](https://github.com/cloudalchemy/ansible-alertmanager-irc-relay/tags)\n\n## Description\n\nDeploy [alertmanager-irc-relay](https://github.com/gouthamve/alertmanager-irc-relay) using ansible.\n\n## Requirements\n\n- Ansible \u003e= 2.7 (It might work on previous versions, but we cannot guarantee it)\n\n## Role Variables\n\nAll variables which can be overridden are stored in [defaults/main.yml](defaults/main.yml) file as well as in table below.\n\n| Name           | Default Value | Description                        |\n| -------------- | ------------- | -----------------------------------|\n| `alertmanager_irc_relay_version` | \"0.1.0\" | The version to download (from https://github.com/gouthamve/alertmanager-irc-relay/releases) |\n| `alertmanager_irc_relay_system_group` | \"ircrelay\" | System group used to run alertmanager-irc-relay |\n| `alertmanager_irc_relay_system_user` | \"ircrelay\" | System user used to run alertmanager-irc-relay |\n| `alertmanager_irc_relay_http_host` | \"0.0.0.0\" | The ip/interface to listen on. |\n| `alertmanager_irc_relay_http_port` | 8000 | The port to listen on. Note that the post and host combination has to be specified while configuring Alertmanager. |\n| `alertmanager_irc_relay_irc_host` | \"chat.freenode.net\" | The IRC host to connect to. |\n| `alertmanager_irc_relay_irc_port` | 6697 | The IRC port to connect to. |\n| `alertmanager_irc_relay_irc_nickname` | \"\" | The IRC nickname to connect with. |\n| `alertmanager_irc_relay_irc_nickname_password` | \"\" | The password if the nick requires a password. |\n| `alertmanager_irc_relay_irc_realname` | \"\" | The realname to connect with. |\n| `alertmanager_irc_relay_notice_once_per_alert_group` | \"yes\" | Send only one notice when webhook data is received. |\n| `alertmanager_irc_relay_notice_template` | \"Alert {{ .Labels.alertname }} on {{ .Labels.instance }} is {{ .Status }}\" | The formatting is based on golang's text/template. |\n| `alertmanager_irc_relay_channels` | \"[]\" | A list of channels to join at startup.  |\n\n## Example\n\n### Playbook\n\nUse it in a playbook as follows:\n```yaml\n- hosts: all\n  roles:\n    - cloudalchemy.alertmanager_irc_relay\n```\n\n### Demo site\n\nWe provide demo site for full monitoring solution based on prometheus and grafana. Repository with code and links to running instances is [available on github](https://github.com/cloudalchemy/demo-site) and site is hosted on [DigitalOcean](https://digitalocean.com).\n\n## Local Testing\n\nThe preferred way of locally testing the role is to use Docker and [molecule](https://github.com/ansible-community/molecule) (v3.x). You will have to install Docker on your system. See \"Get started\" for a Docker package suitable to for your system. Running your tests is as simple as executing `molecule test`.\n\n## Continuous Intergation\n\nCombining molecule and circle CI allows us to test how new PRs will behave when used with multiple ansible versions and multiple operating systems. This also allows use to create test scenarios for different role configurations. As a result we have a quite large test matrix which can take more time than local testing, so please be patient.\n\n## Contributing\n\nSee [contributor guideline](CONTRIBUTING.md).\n\n## Troubleshooting\n\nSee [troubleshooting](TROUBLESHOOTING.md).\n\n## License\n\nThis project is licensed under MIT License. See [LICENSE](/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudalchemy%2Fansible-alertmanager-irc-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudalchemy%2Fansible-alertmanager-irc-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudalchemy%2Fansible-alertmanager-irc-relay/lists"}