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

https://github.com/grycap/ansible-role-im

Ansible Role to install the IM
https://github.com/grycap/ansible-role-im

Last synced: 3 months ago
JSON representation

Ansible Role to install the IM

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![CI](https://github.com/grycap/ansible-role-im/workflows/CI/badge.svg)](https://github.com/grycap/ansible-role-im/actions?query=workflow%3ACI)

IM Role
=======================

This ansible role installs the [IM](http://www.grycap.upv.es/im/index.php) software.
The github repository of the IM is [here](https://github.com/grycap/im).

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

This an example of how to install this role:

- hosts: server
roles:
- { role: 'grycap.im' }

Contributing to the role
========================
In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks