From addd78a64ba7de0a93cf39c025cb392ae92c4866 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 2 May 2017 14:40:31 +0000 Subject: [PATCH] add some items to noc01 for noc work --- playbooks/groups/noc-new.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/noc-new.yml b/playbooks/groups/noc-new.yml index 7d65dc01e5..52a204474c 100644 --- a/playbooks/groups/noc-new.yml +++ b/playbooks/groups/noc-new.yml @@ -58,3 +58,9 @@ - { role: tftp_server, when: datacenter == 'phx2' } - nagios_server - fedmsg/base + +- name: install some packages which arent in playbooks + yum: pkg={{ item }} state=present + with_items: + - nmap + - tcpdump