Initial import
This commit is contained in:
commit
c28551bb63
22 changed files with 357 additions and 0 deletions
6
roles/retwis/templates/dot-htconfig.php
Normal file
6
roles/retwis/templates/dot-htconfig.php
Normal 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('')}}";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue