Initial import

This commit is contained in:
Frank Agerholm 2024-03-07 22:38:24 +01:00
commit c28551bb63
No known key found for this signature in database
22 changed files with 357 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?php
$redis_options["schema"] = "tcp";
$redis_options["host"] = "{{ groups[redis_server_group] | first }}";
$redis_options["port"] = 6379;
$retwis_title = "{{retwis_title|default('')}}";
?>