An open API service indexing awesome lists of open source software.

https://github.com/indigo-dc/ansible-role-deepaas


https://github.com/indigo-dc/ansible-role-deepaas

deep-hybrid-datacloud

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

DEEPaaS
=========

[![Build Status](https://travis-ci.com/indigo-dc/ansible-role-deepaas.svg?branch=master)](https://travis-ci.org/indigo-dc/ansible-role-deepaas)

Ansible role to deploy DEEP as a Service (DEEPaaS) on Linux.

Requirements
------------

The role uses Python pip to install DEEPaaS. In RedHat systems ..

Role Variables
--------------

Currently just `prerequisites` variable is required, which lists the packages
needed for DEEPaaS installation (see default value in `defaults/main.yml`).

Dependencies
------------

None.

Example Playbook
----------------

- hosts: all
roles:
- { role: indigo-dc.deepaas }

License
-------

Apache License 2.0