1
0
Fork 0
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:
George Hunt 2019-06-12 20:53:20 -07:00
parent 53d9293743
commit a1ee75e980
2 changed files with 10 additions and 0 deletions

View file

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

View file

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