Role Detail
indigo-dc.ansible-role-idh-master
Install the Identity Harmonization (IDH) service
Downloads
7
Type | Ansible |
Minimum Ansible Version | 2.0 |
Installation | $ ansible-galaxy install indigo-dc.ansible-role-idh-master |
Tags |
idh
|
Last Commit | NA |
Last Imported |
Platform | Version |
---|
EL | 7 |
Ubuntu | trusty |
Completed | Status |
---|
SUCCESS |
Identity Harmonization Role
Configure and start IDH.
This role has been specifically developed to be used for the deployment of the Identity Harmonization service in the framework of the INDIGO-DataCloud project.
Role Variables
idh_version
: (default 1.0) The version of IDH to install. There need to be appropriatly named.rpm
and.deb
files in the main git repository.
Requirements
- Only CentOS 7 or Ubuntu 14.04 LTS on the nodes are explicily supported
Example Playbook
- From ansible galaxy:
sh
$ ansible-galaxy install indigo-dc.idh
Create a playbook like this:
yaml
- hosts: idh-servers
roles:
- indigo-dc.idh
sh
$ ansible-playbook -i tests/inventory
- From git:
yaml
- hosts: idh-servers
roles:
-
sh
$ ansible-playbook -i tests/inventory
Of course, you will need to adapt sample/inventory
according to your needs, or leave the --inventory
option out and use the default /etc/ansible/hosts
.
See also: sample/test.yml
.
License
Apache Licence v2 1
None