forked from Brunoalcau/ansible-couchdb-peruser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.yml
22 lines (21 loc) · 725 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
- name: Test playbook for couchdb role
hosts: all
sudo: True
roles:
- role: couchdb-peruser
couchdb:
version: 1.6.0
src: "/home/couchdb/src/couchdb"
dest: "/home/couchdb/opt/couchdb"
ini: "templates/couchdb/local.ini"
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"