Skip to content

OpenSource-THG/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Useful Ansible Modules

A collection of ansible library code that can be used when interacting with hosts.

CockroachDB modules

Ansible modules for interacting with CockroachDB, including creating databases and users, adding and revoking grants, checking cluster health.

Usage

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

Releases

No releases published

Packages

No packages published

Languages