Short playbook to show how ansible-cozy-role can be used on an existing server.
This playbook requires Ansible 1.4 or higher. It has been tested for Debian 7 system.
Another requirements:
- NodeJS role from AnsibleShipyard/ansible-nodejs
- CouchDB role from guillaumededrie/ansible-role-couchdb
- cozy role from zaurky/ansible-cozy-role
Run:
$ ansible-galaxy install -r galaxy.yml -p ./roles
Run:
$ ansible-playbook playbook.yml
GNU GPL v2