From 5c301c12fd1b50e36eb1598ee5f80d93121f9366 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 8 May 2020 14:14:45 -0400 Subject: [PATCH] try to make this host work with more ram --- inventory/host_vars/noc01.iad2.fedoraproject.org | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/noc01.iad2.fedoraproject.org b/inventory/host_vars/noc01.iad2.fedoraproject.org index 70e902a581..cd2b39ea13 100644 --- a/inventory/host_vars/noc01.iad2.fedoraproject.org +++ b/inventory/host_vars/noc01.iad2.fedoraproject.org @@ -14,5 +14,14 @@ ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/ # Define resources for this group of hosts here. lvm_size: 20000 -mem_size: 4096 -num_cpus: 2 +mem_size: 8192 +num_cpus: 4 + +tcp_ports: ['22', '80', '443', '67', '68'] +udp_ports: ['67','68','69'] +custom_rules: [ + '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT', +] + +nagios_srcdir: 'nagios' +nagios_location: 'internal'