diff options
| -rw-r--r-- | playbooks/groups/noc-new.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/groups/noc-new.yml b/playbooks/groups/noc-new.yml index 7d65dc01e..52a204474 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 |
