rocketchat: First version of role

This commit is contained in:
Timo Makinen 2024-03-16 18:00:27 +00:00
parent 1f10474860
commit 1952f5f96e
8 changed files with 111 additions and 0 deletions

View file

@ -0,0 +1,3 @@
ROOT_URL="https://chat.foo.sh/"
MONGO_URL="mongodb://rocketchat:{{ rocketchat_mongodb_pass }}@mongodb01.home.foo.sh:27017/rocketchat?tls=true&tlscafile=/etc/ssl/certs/ca.crt&tlscertificatekeyfile=/etc/ssl/private/rocketchat.pem"
MONGO_OPLOG_URL="mongodb://mongodb01.home.foo.sh:27017/local"