Skip to content

Commit

Permalink
Add CouchDB Google Cloud Storage sample to group vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman committed Dec 17, 2017
1 parent ba6bd30 commit 571d1f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ rabbitmq_password: lasf34G8fgarefae
couch_user: couchdb
couch_password: 7865Fihfa34f3wfawe4F

# CouchDB Google Cloud Storage Backup Settings
# Uncomment and modify these settings are only required if
# the couchdb-google-storage-backup role is used
# couchdb_google_storage_backup_bucket_name: Your Google Cloud Storage bucket name here
# couchdb_google_storage_backup_service_account_key: |
# Your Google Cloud Service credentials.json contents here

3 changes: 3 additions & 0 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
become: true
roles:
- kazoo-ansible.couchdb
# Uncomment couchdb-google-storage-backup to add daily backup
# scripts to backup CouchDB to Google Cloud Storage
# - kazoo-ansible.couchdb-google-storage-backup

- hosts: rabbitmq
become: true
Expand Down

0 comments on commit 571d1f3

Please sign in to comment.