diff options
author | Stephen Smoogen <smooge@redhat.com> | 2017-05-02 14:40:31 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2017-05-02 14:40:31 +0000 |
commit | addd78a64ba7de0a93cf39c025cb392ae92c4866 (patch) | |
tree | e1ecabe30bb5be225a240c17df4481d903701248 | |
parent | afb91f7ef639d16d906d161bcad02cbbfb5af6c5 (diff) | |
download | ansible-addd78a64ba7de0a93cf39c025cb392ae92c4866.tar.gz ansible-addd78a64ba7de0a93cf39c025cb392ae92c4866.tar.xz ansible-addd78a64ba7de0a93cf39c025cb392ae92c4866.zip |
add some items to noc01 for noc work
-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 |