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