NaturalHistoryMuseum/ansible-ckanpackager

Name: ansible-ckanpackager

Owner: Natural History Museum

Description: Ansible playbook for ckanpackager

Created: 2016-11-30 16:35:31.0

Updated: 2016-12-05 15:16:44.0

Pushed: 2016-12-05 14:32:16.0

Homepage: null

Size: 24

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ansible-ckanpackager

Ansible playbook for ckanpackager

Usage

Create your Ansible playbook with your own tasks, and include the role ckanpackager. You will have to have this repository accessible within the context of playbook, e.g.

e.g.

my/repos/
clone git@github.com:benscott/ansible-ckanpackager.git /my/repos/ansible-ckanpackager
my/ansible/playbook
r -p roles
s /my/repos/ansible-ckanpackager ./roles/ckanpackager

Then create your playbook yaml adding the role ckanpackager. By default, the user is required to specify credentials for the task manager user.

ckanpackager_secret ckanpackager_password


me: Simple Example
sts: localhost
les:
- { role: ckanpackager, ckanpackager_secret: "daisy", ckanpackager_password: "daffodil" }
rs:
Development

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.