|
|
|
|
|
|
|
|
{% if 'gitfs_remotes' in master -%} |
|
|
{% if 'gitfs_remotes' in master -%} |
|
|
gitfs_remotes: |
|
|
gitfs_remotes: |
|
|
{%- for remote in master['gitfs_remotes'] %} |
|
|
{%- for remote in master['gitfs_remotes'] %} |
|
|
- {{ remote }}{% endfor -%} |
|
|
|
|
|
|
|
|
{% if remote is mapping %} |
|
|
|
|
|
{%- for repo, children in remote.iteritems() -%} |
|
|
|
|
|
- {{ repo }}: |
|
|
|
|
|
{%- for child in children %} |
|
|
|
|
|
{% for key, value in child.iteritems() -%} |
|
|
|
|
|
- {{ key }}: {{ value }} |
|
|
|
|
|
{%- endfor %} |
|
|
|
|
|
{%- endfor %} |
|
|
|
|
|
{%- endfor %} |
|
|
|
|
|
{%- else -%} |
|
|
|
|
|
- {{ remote }} |
|
|
|
|
|
{%- endif %} |
|
|
|
|
|
{%- endfor %} |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
# |
|
|
# |
|
|
#gitfs_remotes: |
|
|
#gitfs_remotes: |