feat(ghost): add role for deployment using docker

This commit is contained in:
2023-02-06 21:22:21 +01:00
parent 0c509f6b66
commit 0aa621b510
4 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{% for key, value in ghost_config_complete.items() %}
{{ key }}={{ value }}
{% endfor %}