Skip to content

Commit 2b74559

Browse files
ericonrthe-maldridge
authored andcommitted
ansible,services: switch bots to libera for IRC.
Closes: #116 [via git-merge-pr]
1 parent ce2e2e1 commit 2b74559

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

ansible/roles/buildmaster/templates/master.cfg.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ c['status'] = [
191191
change_hook_auth=["file:/{{ buildmaster_rootdir}}/github-webhook.passwd"]
192192
),
193193
words.IRC(
194-
host='chat.freenode.net',
195-
nick='xbps-builder',
194+
host='irc.libera.chat',
195+
nick='void-builder',
196+
password='{{ buildmaster_irc_password }}',
196197
channels=[{'channel': '#xbps'}],
197198
notify_events={ 'failure' : 1 },
198199
noticeOnChannel=True, useRevisions=True
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
buildmaster_github_secret: "{{ lookup('file', 'secret/buildmaster_github_secret') }}"
3+
buildmaster_irc_password: "{{ lookup('file', 'secret/buildmaster_irc_password') }}"

services/nomad/apps/ircbot.nomad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ job "ircbot" {
3636
}
3737

3838
env {
39-
IRC_SERVER="chat.freenode.net:6697"
39+
IRC_SERVER="irc.libera.chat:6697"
4040
IRC_CHANNEL="#xbps"
4141
IRC_NICK="void-robot"
4242
IRC_SASL="true"

services/nomad/monitoring/alertrelay.nomad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ job "alertrelay" {
3232
http_host: 0.0.0.0
3333
http_port: 21225
3434
35-
irc_host: chat.freenode.net
35+
irc_host: irc.libera.chat
3636
irc_port: 6697
3737
3838
irc_nickname: void-fleet

0 commit comments

Comments
 (0)