configuration?
We are doing it via maintaining config in yml and secrets in vault. We using ansible to update the rabbitmq cluster. But it is risky to run ansible as a single mistake can create outage.
Check it on dev or qa env first before going to prod env.
use git versioning of your ansible playbooks, test your ansible changes in a sandboxed environment which is a copy of production
It's on prod since years.
You need to create a replicated env so you can test it instead of deploying onnprod directly
Maybe good time to check out molecule and add tests? I’m surprised you’re not templating it yet but yes that and testing should give you confidence
Users : Hashicorp Vault to create ephemeral users Config : vhosts, permissions, queue, etc is Terraform
Обсуждают сегодня