change group
This commit is contained in:
parent
33692b7b74
commit
49d39eda86
2 changed files with 2 additions and 2 deletions
2
ircd.j2
2
ircd.j2
|
@ -28,7 +28,7 @@ loadmodule "extensions/override_kick_immunity";
|
|||
|
||||
serverinfo {
|
||||
name = "{{ inventory_hostname }}";
|
||||
sid = "{{ serverid }}";
|
||||
sid = "{{ sid }}";
|
||||
description = "{% if description is defined %}{{ description }}{% else %}solanum fox server{% endif %}";
|
||||
network_name = "vulpineawoo";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- hosts: all
|
||||
- hosts: vulpineawoo
|
||||
remote_user: root
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Reference in a new issue