2019-09-24 09:19:03 +00:00
|
|
|
# from galaxy
|
2019-11-21 16:19:03 +00:00
|
|
|
# - src: geerlingguy.pip
|
|
|
|
# - src: geerlingguy.postgresql
|
|
|
|
# - src: https://github.com/geerlingguy/ansible-role-certbot
|
|
|
|
# scm: git
|
2019-09-24 09:19:03 +00:00
|
|
|
|
|
|
|
# from GitHub, overriding the name and specifying a specific tag
|
|
|
|
# - src: https://github.com/bennojoy/nginx
|
|
|
|
# version: master
|
|
|
|
# name: nginx_role
|
|
|
|
|
|
|
|
# from a webserver, where the role is packaged in a tar.gz
|
|
|
|
# - src: https://some.webserver.example.com/files/master.tar.gz
|
|
|
|
# name: http-role
|
|
|
|
|
|
|
|
|
|
|
|
# from GitLab or other git-based scm, using git+ssh
|
2019-11-21 16:19:03 +00:00
|
|
|
# - src: https://gitlab.com/famedly/ansible/synapse
|
|
|
|
# scm: git
|
2019-09-24 09:19:03 +00:00
|
|
|
# version: "0.1" # quoted, so YAML doesn't parse this as a floating-point value
|