Skip to content

Commit 4237c6a

Browse files
committed
cleanup
1 parent 32d4198 commit 4237c6a

File tree

4 files changed

+5
-28
lines changed

4 files changed

+5
-28
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.com/cloudalchemy/ansible-alertmanager-irc-relay.svg?branch=master)](https://travis-ci.com/cloudalchemy/ansible-alertmanager-irc-relay)
44
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
5-
[![Ansible Role](https://img.shields.io/badge/ansible%20role-cloudalchemy.alertmanager-irc-relay-blue.svg)](https://galaxy.ansible.com/cloudalchemy/alertmanager-irc-relay/)
5+
[![Ansible Role](https://img.shields.io/badge/ansible%20role-cloudalchemy.alertmanager_irc_relay-blue.svg)](https://galaxy.ansible.com/cloudalchemy/alertmanager_irc_relay/)
66
[![GitHub tag](https://img.shields.io/github/tag/cloudalchemy/ansible-alertmanager-irc-relay.svg)](https://github.com/cloudalchemy/ansible-alertmanager-irc-relay/tags)
77

88
## Description
@@ -20,6 +20,8 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2020
| Name | Default Value | Description |
2121
| -------------- | ------------- | -----------------------------------|
2222
| `alertmanager_irc_relay_version` | "0.1.0" | The version to download (from https://github.com/gouthamve/alertmanager-irc-relay/releases) |
23+
| `alertmanager_irc_relay_system_group` | "ircrelay" | System group used to run alertmanager-irc-relay |
24+
| `alertmanager_irc_relay_system_user` | "ircrelay" | System user used to run alertmanager-irc-relay |
2325
| `alertmanager_irc_relay_http_host` | "0.0.0.0" | The ip/interface to listen on. |
2426
| `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. |
2527
| `alertmanager_irc_relay_irc_host` | "chat.freenode.net" | The IRC host to connect to. |
@@ -38,7 +40,7 @@ Use it in a playbook as follows:
3840
```yaml
3941
- hosts: all
4042
roles:
41-
- cloudalchemy.alertmanager-irc-relay
43+
- cloudalchemy.alertmanager_irc_relay
4244
```
4345
4446
### Demo site

create.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.8
3-
envlist = py3-ansible{27,28,29}
3+
envlist = py37-ansible{27,28,29}
44
skipsdist = true
55

66
[travis:env]

vars/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ go_arch_map:
77
armv6l: 'armv6'
88

99
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
10-
11-
alertmanager_irc_relay_system_user: "root"
12-
alertmanager_irc_relay_system_group: "root"

0 commit comments

Comments
 (0)