EMBL-EBI-TSI/ansible-simpleca

Name: ansible-simpleca

Owner: EMBL-EBI Technology & Science Integration

Description: Transfer SimpleCA certificates between GridFTP servers and clients

Created: 2016-05-09 12:49:26.0

Updated: 2016-05-09 12:49:26.0

Pushed: 2016-08-03 15:33:34.0

Homepage: null

Size: 2

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

SimpleCA

Transfer SimpleCA certificates between GridFTP servers and clients.

SimpleCA certificates are generated when installing the globus-gsi package. This role will create rpm packages from with the contents of the certificates to be installed on GridFTP clients.

Because of the way the transfer of the rpm package works the transfer needs to occur in order using two different plays (see example below). The first play will generate the rpm package on the server and copy it to the local ansible machine. The second play then pushes the rpm package to the clients where it gets installed.

Requirements

See meta/main.yml.

Role Variables

See defaults/main.yml.

Dependencies

None.

Example Playbook

Example:

sts: gridftp-servers
les:
- {role: simpleca, simpleca_mode: server}

sts: gridftp-clients
les:
- {role: simpleca, simpleca_mode: client}
TODO
Licence

Licensed under CC-BY-SA 4.0.

Author Information

Luis Gracia luis.gracia@ebi.ac.uk


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.