Skip to content

skfmu/ansible-couchdb-peruser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-couchdb-peruser

Install CouchDB including per-user CouchDB plugin.

Requirements

git, curl, build-essential. Requirements are installed by the role.

Role Variables

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
    - role: ansible-couchdb-peruser
      couchdb:
        version: 1.6.0
        src: "/home/couchdb/src/couchdb"
        dest: "/home/couchdb/opt/couchdb"
        database_dir: "/var/lib/couchdb"
        ini: "local.ini.j2"
        repo: "git://github.com/apache/couchdb.git"
        host: "0.0.0.0"
        port: 5984
        peruser_version: 1.0.1
        peruser_src: "/home/couchdb/src/couchdb-1.0.1"
        peruser_dst: "${couchdb.dest}/lib/couchdb/plugins/couchperuser"
        peruser_repo: "git://github.com/etrepum/couchperuser.git"
        rebar_version: 2.5.1
        rebar_src: "/home/couchdb/src/rebar-2.5.1"
        rebar_repo: "git://github.com/rebar/rebar.git"

License

BSD

Author Information

Sven Lito

About

Install CouchDB including per-user CouchDB plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published