Catching up config with known state
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
group: ircd
|
||||
mode: 0640
|
||||
|
||||
- name: Add ircd user to ssl
|
||||
become: yes
|
||||
user:
|
||||
name: ircd
|
||||
groups: ssl
|
||||
append: yes
|
||||
|
||||
- name: Copy service file
|
||||
become: yes
|
||||
register: servicesfile
|
||||
|
@@ -58,7 +58,7 @@
|
||||
pingfreq="120"
|
||||
port="6697"
|
||||
recvq="8192"
|
||||
requiressl="on"
|
||||
requiressl="off"
|
||||
resolvehostnames="on"
|
||||
softsendq="8192"
|
||||
threshold="25"
|
||||
|
Reference in New Issue
Block a user