Open robert-s-lee opened 5 years ago
I've just published the community.cockroachdb collection 0.1.0 for Ansible on Ansible Galaxy. It contains only one module, cockroachdb_query, at the moment that can be used for different purposes.
How to install it, see here.
Read the full doc in the module itself here and here including about the module's arguments and examples (the DOCUMENTATION and EXAMPLES sections in the files).
Also examples in the Ansible playbook form can be found in the collection's integration tests here.
I'd be grateful for the feedback (I'm not a CockroachDB user, so feedback would be much appreciated).
If the current module works as intended and there's interest from the community, I could write more modules, for example, cockroachdb_info, etc.
Thank you.
I've just released 0.2.0 that contains the cockroachdb_info module (see the DOCUMENTATION and EXAMPLES in the module). How to install / upgrade the collection, see here I won't write anything new until i get feedback from the community, thanks:)
Is your feature request related to a problem? Please describe.
Ansible has community-supported Postgres module. Cockroach specific configurations such as certification create complexity in deployment.
Describe the solution you'd like Create CockroachDB specific module to simplify the deployment.
Describe alternatives you've considered
Additional context
Jira issue: CRDB-5557