Alan Orth
42501acb74
There are several ways to install external roles, ie via ansible-galaxy, git submodules, etc. I found that adding this role to a requirements.yml file and adding instructions to the README.md is probably the best way. Using ansible-galaxy actually had issues because the ansible-relayor git repository has version tags that use mixed styles, like v0.3.3 and 0.1.0 without a v.
6 lines
113 B
YAML
6 lines
113 B
YAML
- src: https://github.com/nusenu/ansible-relayor
|
|
name: nusenu.relayor
|
|
version: master
|
|
|
|
# vim: set sw=2 ts=2:
|