Add rsyncd to s390 hub.
This commit is contained in:
parent
e08f304a3e
commit
6a9d5c375f
2 changed files with 25 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
- apache
|
- apache
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
- koji_hub
|
- koji_hub
|
||||||
|
- { role: rsyncd, when: inventory_hostname.startswith('s390') }
|
||||||
- { role: koji_builder, when: env == "staging" or inventory_hostname.startswith('s390') }
|
- { role: koji_builder, when: env == "staging" or inventory_hostname.startswith('s390') }
|
||||||
- { role: nfs/server, when: env == "staging" }
|
- { role: nfs/server, when: env == "staging" }
|
||||||
- { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') }
|
- { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') }
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
pid file = /var/run/rsyncd.pid
|
||||||
|
syslog facility = daemon
|
||||||
|
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.bz2 *.iso
|
||||||
|
use chroot = false
|
||||||
|
transfer logging = false
|
||||||
|
exclude = .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs*
|
||||||
|
|
||||||
|
|
||||||
|
# For distributing applications
|
||||||
|
[log]
|
||||||
|
comment = Server Logs
|
||||||
|
path = /var/log
|
||||||
|
uid = root
|
||||||
|
gid = root
|
||||||
|
read only = yes
|
||||||
|
hosts allow = 10.5.126.13 192.168.1.59
|
||||||
|
|
||||||
|
[fedora-s390]
|
||||||
|
comment = Fedora s390 content
|
||||||
|
path = /mnt/koji/tree/
|
||||||
|
uid = root
|
||||||
|
gid = root
|
||||||
|
read only = yes
|
||||||
|
hosts allow = 10.5.126.27
|
Loading…
Add table
Add a link
Reference in a new issue