Style fixes and cleanup for nms hosts

This commit is contained in:
Timo Makinen 2021-03-25 17:21:03 +00:00
parent b776431baf
commit 1efe20a55c

View file

@ -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