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
|
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue