odcs-backend, iptables for fedmsg.

This commit is contained in:
Ralph Bean 2018-06-21 13:48:13 +00:00
parent 10b9d702bb
commit ecf8eeb500
2 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,11 @@ virt_install_command: "{{ virt_install_command_two_nic }}"
# NOTE -- read-only mount of /mnt/fedora_koji here.
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
tcp_ports: [
# 8 ports for fedmsg.
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]

View file

@ -30,6 +30,11 @@ virt_install_command: "{{ virt_install_command_two_nic }}"
# NOTE -- read-only mount of /mnt/fedora_koji here.
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
tcp_ports: [
# 8 ports for fedmsg.
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]