mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
downloads: add odcs/eln rsync target
https://pagure.io/fedora-infrastructure/issue/9730 Some folks want to rsync eln composes, add this module to download servers so they can do this if they want. If this adds too much load we can look at some kind of alternate mirroring. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -93,6 +93,13 @@ refuse options = checksum
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-eln ]
|
||||
comment = Fedora ELN composes
|
||||
path = /srv/odcs
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
##
|
||||
## The following are not seen and are limited by IP.
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user