feat(conduwuit): add ansible role

This commit is contained in:
2025-04-09 19:50:24 +02:00
parent fb741aa3af
commit 7ef8eec19c
12 changed files with 220 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[global]
{% for item in conduwuit_merged_config.global | dict2items %}
{{ item.key }}={{ item.value }}
{% endfor %}