Add rsyncd to a bunch of app servers so we can archive their logs.

This commit is contained in:
Kevin Fenzi 2014-03-17 16:31:27 +00:00
parent 38f0c628ba
commit 5c0005b7c4
25 changed files with 58 additions and 0 deletions

View file

@ -14,6 +14,9 @@ tcp_ports: [ 80, 443,
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]
# Neeed for rsync from log02 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ]
fas_client_groups: sysadmin-noc,sysadmin-web
# These are consumed by a task in roles/fedmsg/base/main.yml