Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape configure Redis and RabbitMQ connection directley #17

Open
agolybev opened this issue Mar 11, 2020 · 1 comment
Open

Escape configure Redis and RabbitMQ connection directley #17

agolybev opened this issue Mar 11, 2020 · 1 comment

Comments

@t2d
Copy link
Contributor

t2d commented Mar 17, 2020

Don't you think it would be more useful to just put local.json in a template? The current use of debconf makes the role not idempotent. Set up db user password always produces a change.

TASK [onlyoffice.documentserver : Set up db user password] *************************************************************************************************************************************************
--- before
+++ after
@@ -1,3 +1,3 @@
 {
-    "onlyoffice/db-pwd": "(password omitted)"
+    "onlyoffice/db-pwd": "myDBsecret"
 }

@t2d t2d mentioned this issue Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants