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 path: /etc/chrony.conf
regexp: "^#?allow .*" regexp: "^#?allow .*"
line: "allow 172.20.25.0/24" line: "allow 172.20.25.0/24"
- name: install extra tools - name: install extra tools
package: package:
name: "{{ item }}" name: "{{ item }}"
@ -49,12 +50,8 @@
with_items: with_items:
- net-snmp-utils - net-snmp-utils
- nmap - nmap
- rcs
- scanssh - scanssh
- sslscan - sslscan
- unzip - unzip
- wget - wget
- name: install extra packages
package:
name: rcs
state: installed