You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
Use debconf params here to setup Redis and RabbitMQ connection:
https://github.com/ONLYOFFICE/ansible-role-documentserver/blob/master/tasks/Debian.yml#L82
https://github.com/ONLYOFFICE/ansible-role-documentserver/blob/master/tasks/Debian.yml#L87
https://github.com/ONLYOFFICE/ansible-role-documentserver/blob/master/tasks/Debian.yml#L92
The text was updated successfully, but these errors were encountered: