mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 10:30:17 +00:00
Append znc directive to oidentd
This commit is contained in:
@@ -42,3 +42,17 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0755
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user