Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.56 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.56 KB

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.