futurice/ansible_role_installer

Name: ansible_role_installer

Owner: Futurice

Description: null

Created: 2015-05-12 11:39:37.0

Updated: 2017-10-13 06:29:38.0

Pushed: 2015-05-13 06:57:32.0

Homepage: null

Size: 140

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ansible Role Installer

Install roles directly from Git repositories into your projects Ansible roles/ directory. Basically equivalent to ansible-galaxy*, except requirements are defined within the playbook.

_install -p playbook.yml
_install -e ssh://github.com/github_owner/github_repo.git 

aybook.yml defines
:
stall_roles:
- {uri: 'ssh://github.com/github_owner/github_repo.git'}
- {uri: 'ssh://github.com/github_owner/github_repo.git', name: 'repo'}

[*] $ ansible-galaxy install -r requirements.yml –roles-path=roles/ –ignore-errors


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.