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
- Host: GitHub
- URL: https://github.com/grycap/ansible-role-im
- Owner: grycap
- License: apache-2.0
- Created: 2016-11-03T15:32:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T09:33:55.000Z (over 2 years ago)
- Last Synced: 2025-05-29T20:50:09.591Z (about 1 year ago)
- Size: 106 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](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