From 6bd38390290dae658873d38415b407cb4a81ed5f Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 24 Sep 2019 21:16:36 +0000 Subject: [PATCH] allow interna to rsync beta --- roles/rsyncd/templates/rsyncd.conf.download.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/rsyncd/templates/rsyncd.conf.download.j2 b/roles/rsyncd/templates/rsyncd.conf.download.j2 index 99a83e1108..f13f9a39c4 100644 --- a/roles/rsyncd/templates/rsyncd.conf.download.j2 +++ b/roles/rsyncd/templates/rsyncd.conf.download.j2 @@ -149,6 +149,16 @@ refuse options = checksum gid = 263 hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} +{% if datacenter == 'phx2' %} +[fedora-compose0] + comment = Fedora composes + path = /mnt/koji/compose + list = no + uid = nobody + gid = nobody + hosts allow = 10.0.0.0/8 +{% endif %} + # For distributing applications [log] comment = Server Logs