A collection of ansible library code that can be used when interacting with hosts.
Ansible modules for interacting with CockroachDB, including creating databases and users, adding and revoking grants, checking cluster health.
Within an ansible folder structure:
├── callback_plugins
├── environment_vars
├── includes
├── inventories
├── library
├── playbooks
└── roles
Add the module to the library folder and adjust your ansible.cfg
to include something similar to this:
library=../../library
Examples of usage are included in the doc comments in each module