mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
get the software that was part of nmap
This commit is contained in:
parent
53d9293743
commit
a1ee75e980
2 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,15 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
- name: Install Ncat package
|
||||
package:
|
||||
name:
|
||||
- ncat
|
||||
state: present
|
||||
when: need_ncat is defined and need_ncat
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: Install ssh public keys for remote support (if openvpn_install)
|
||||
lineinfile:
|
||||
line: "{{ item.pubkey }}"
|
||||
|
|
|
@ -27,3 +27,4 @@ systemd_location: /lib/systemd/system
|
|||
# Upgrade OS's own Calibre to very latest:
|
||||
calibre_via_debs: True
|
||||
calibre_via_python: False
|
||||
need_ncat: True
|
||||
|
|
Loading…
Reference in a new issue