Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
0c3b8d31
Commit
0c3b8d31
authored
2 months ago
by
godog
Browse files
Options
Downloads
Patches
Plain Diff
irc: update inspircd config for v4
parent
95eb9226
Branches
Branches containing commit
No related tags found
1 merge request
!262
irc: update inspircd config for v4
Pipeline
#93365
failed
1 month ago
Stage: deploy
Stage: run
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/irc/tasks/main.yml
+5
-0
5 additions, 0 deletions
roles/irc/tasks/main.yml
roles/irc/templates/inspircd/modules.conf
+3
-2
3 additions, 2 deletions
roles/irc/templates/inspircd/modules.conf
with
8 additions
and
2 deletions
roles/irc/tasks/main.yml
+
5
−
0
View file @
0c3b8d31
...
@@ -31,6 +31,11 @@
...
@@ -31,6 +31,11 @@
-
motd.txt
-
motd.txt
-
rules.txt
-
rules.txt
-
name
:
Generate dhparams
command
:
openssh dhparams -out /etc/inspircd/dhparams
2048
args
:
creates
:
/etc/inspircd/dhparams
# Install anope configuration.
# Install anope configuration.
-
file
:
-
file
:
...
...
This diff is collapsed.
Click to expand it.
roles/irc/templates/inspircd/modules.conf
+
3
−
2
View file @
0c3b8d31
...
@@ -56,10 +56,11 @@
...
@@ -56,10 +56,11 @@
<
module
name
=
"m_services_account.so"
>
<
module
name
=
"m_services_account.so"
>
<
module
name
=
"m_sethost.so"
>
<
module
name
=
"m_sethost.so"
>
<
module
name
=
"m_sslmodes.so"
>
<
module
name
=
"m_sslmodes.so"
>
<
module
name
=
"m_sslrehashsignal.so"
>
# TLS configuration
# TLS configuration
<
module
name
=
"m_ssl_gnutls.so"
>
<
module
name
=
"m_ssl_gnutls.so"
>
<
gnutls
certfile
=
"/etc/credentials/public/irc.autistici.org/fullchain.pem"
<
sslprofile
certfile
=
"/etc/credentials/public/irc.autistici.org/fullchain.pem"
keyfile
=
"/etc/credentials/public/irc.autistici.org/privkey.pem"
keyfile
=
"/etc/credentials/public/irc.autistici.org/privkey.pem"
hash
=
"sha1"
priority
=
"NORMAL:-MD5"
hash
=
"sha1"
priority
=
"NORMAL:-MD5"
dhfile
=
"/etc/inspircd/dhparams"
dhfile
=
"/etc/inspircd/dhparams"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment