Style fixes and cleanup for nms hosts
This commit is contained in:
parent
b776431baf
commit
1efe20a55c
1 changed files with 2 additions and 5 deletions
|
@ -42,6 +42,7 @@
|
|||
path: /etc/chrony.conf
|
||||
regexp: "^#?allow .*"
|
||||
line: "allow 172.20.25.0/24"
|
||||
|
||||
- name: install extra tools
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
|
@ -49,12 +50,8 @@
|
|||
with_items:
|
||||
- net-snmp-utils
|
||||
- nmap
|
||||
- rcs
|
||||
- scanssh
|
||||
- sslscan
|
||||
- unzip
|
||||
- wget
|
||||
|
||||
- name: install extra packages
|
||||
package:
|
||||
name: rcs
|
||||
state: installed
|
||||
|
|
Loading…
Add table
Reference in a new issue