Change inspircd3 default casemapping to ascii
This commit is contained in:
parent
818b2f3edc
commit
c87134d62c
2 changed files with 10 additions and 0 deletions
roles/inspircd
|
@ -30,6 +30,8 @@ inspircd_server_hostname: "{{ inventory_hostname }}"
|
|||
inspircd_server_description: "{{ inventory_hostname }}"
|
||||
inspircd_server_network: "{{ inventory_hostname }}"
|
||||
|
||||
inspircd_options_casemapping: ascii
|
||||
|
||||
inspircd_admin_nick: admin
|
||||
inspircd_admin_email: noreply@example.com
|
||||
|
||||
|
|
|
@ -13,6 +13,14 @@
|
|||
<module name="{{ module }}">
|
||||
{% endfor %}
|
||||
|
||||
#
|
||||
# SERVER OPTIONS
|
||||
#
|
||||
|
||||
<options
|
||||
casemapping="{{ inspircd_options_casemapping }}"
|
||||
>
|
||||
|
||||
#
|
||||
# SERVER METADATA
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue