mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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:
|
tags:
|
||||||
- download
|
- 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)
|
- name: Install ssh public keys for remote support (if openvpn_install)
|
||||||
lineinfile:
|
lineinfile:
|
||||||
line: "{{ item.pubkey }}"
|
line: "{{ item.pubkey }}"
|
||||||
|
|
|
@ -27,3 +27,4 @@ systemd_location: /lib/systemd/system
|
||||||
# Upgrade OS's own Calibre to very latest:
|
# Upgrade OS's own Calibre to very latest:
|
||||||
calibre_via_debs: True
|
calibre_via_debs: True
|
||||||
calibre_via_python: False
|
calibre_via_python: False
|
||||||
|
need_ncat: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue