diff --git a/roles/rsyncd/templates/rsyncd.conf.download.j2 b/roles/rsyncd/templates/rsyncd.conf.download.j2 index 8c8716ce83..339163233c 100644 --- a/roles/rsyncd/templates/rsyncd.conf.download.j2 +++ b/roles/rsyncd/templates/rsyncd.conf.download.j2 @@ -148,7 +148,8 @@ refuse options = checksum list = no uid = nobody gid = nobody - hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} + #hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} + hosts allow = 10.0.0.0/8, 209.132.0.0/16 # For distributing applications