Ubuntu-Ansible-Setup/roles/squad-server/templates/server-config/RemoteBanListHosts.cfg.j2

12 lines
500 B
Plaintext
Raw Normal View History

2023-01-22 22:06:14 -06:00
// {{ ansible_managed }}
//////////////////////////////////////////////////////////////////////////
//// Place the urls to your ban lists here. The banlists must conform ////
//// to the Bans.cfg format <steamid>:<timestamp of unban> //Reason ////
//// 1 url per line ////
//// EX: http://mysite.com/banlists/ban-list.cfg ////
//////////////////////////////////////////////////////////////////////////
{% for ban_url in server.ban_urls %}
{{ ban_url }}
{% endfor %}