diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-04-22 21:33:42 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-04-22 21:33:42 +0000 |
| commit | 4f7c5534a19e653313793ef3f5374a745c04625f (patch) | |
| tree | a127fa6b8fe4c029e6c5f8c6a39deb2d51ae5305 /roles/rsyncd | |
| parent | f32d692584494cf1157a1e02bfd9f9dedd327576 (diff) | |
| download | ansible-4f7c5534a19e653313793ef3f5374a745c04625f.tar.gz ansible-4f7c5534a19e653313793ef3f5374a745c04625f.tar.xz ansible-4f7c5534a19e653313793ef3f5374a745c04625f.zip | |
Add codecs.stg.fedoraproject.org initial cut
Diffstat (limited to 'roles/rsyncd')
| -rw-r--r-- | roles/rsyncd/files/rsyncd.conf.sundries | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/rsyncd/files/rsyncd.conf.sundries b/roles/rsyncd/files/rsyncd.conf.sundries index b23e3d9d3..59f6f2e72 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries +++ b/roles/rsyncd/files/rsyncd.conf.sundries @@ -157,3 +157,11 @@ uid = root gid = root read only = yes hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 + +[codecs.fedoraproject.org] +comment = codecs.fedoraproject.org +path = /srv/web/codecs.fedoraproject.org +uid = root +gid = root +read only = yes +hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 |
