Skip to content

leifhanack/ansible-modules-couchdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Modules

This repository contains a collectino of useful Ansible Modules to manage CouchDB servers. Currently there is only one, but more are coming.

couchdb_user

This module lets you easily manage admin and user accounts of a CouchDB database with Ansible.

Installation

To use it, just copy the file lib/couchdb_user.py into one of your Ansible library folders.

Usage

The full documentation can be found at the top of the module file; but it basically boils down to this:

- name: create admin account
  couchdb_user: name=heisenberg password=the-one-who-knocks admin=yes state=present

You'll also find plenty more examples in the integration test suite.

couchdb_database

Currently work in progress.

Develop

Check here for instructions on how to start developing on this project.

License

This project is licensed under the terms of the MIT license.

About

Ansible Modules for Common CouchDB Tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Ruby 4.5%