Append znc directive to oidentd

This commit is contained in:
Blade of Darkness 2021-06-16 16:20:08 +02:00
parent 41c34f21e9
commit 39e5340961
1 changed files with 14 additions and 0 deletions

View File

@ -42,3 +42,17 @@
owner: root
group: root
mode: 0755
- name: Insert/update configuration
blockinfile:
dest: /etc/oidentd.conf
content: |
# ZNC reply with the name of the user that initiated the connection.
user "znc"
{
default
{
allow spoof
allow spoof_all
}
}