diff --git a/roles/squad-server/templates/SquadJS.vanilla.json.j2 b/roles/squad-server/templates/SquadJS.vanilla.json.j2 index 41d4df1..e501fbd 100644 --- a/roles/squad-server/templates/SquadJS.vanilla.json.j2 +++ b/roles/squad-server/templates/SquadJS.vanilla.json.j2 @@ -18,6 +18,13 @@ "type": "local", "source": "/home/squadjs/SquadConfig/Admins.cfg" } + {% for listsource in server.remote_admin_list %} + , + { + "type": "remote", + "source": "http://asgard.orion-technologies.io:8000/?grpName={{ listsource | regex_replace(' ', '%20') }}" + } + {% endfor %} ] }, "connectors": {