1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #1732 from georgejhunt/ncat

Ncat
This commit is contained in:
georgejhunt 2019-06-13 18:31:26 -07:00 committed by GitHub
commit d3dbb5a2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 0 deletions

View file

@ -7,6 +7,15 @@
tags:
- download
- name: Install Ncat package
package:
name:
- ncat
state: present
when: need_ncat | bool
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

View file

@ -188,6 +188,9 @@ openvpn_cron_enabled: False
openvpn_server: xscenet.net
openvpn_server_virtual_ip: 10.8.0.1
openvpn_server_port: 1194
# Newer versions of NMap do not include NCat which is used to announce handle
# need_ncat is turned true by os-#.yml files that don't have ncat in nmap
need_ncat: False
# 2-COMMON

View file

@ -40,3 +40,4 @@ minetest_working_dir: /library/games/minetest
minetest_game_dir: /library/games/minetest/games/minetest_game
minetest_rpi_src_url: http://www.nathansalapat.com/downloads/0.4.17.1.tar.gz
minetest_rpi_src: minetest-0.4.17.1.tar.gz
need_ncat: True

View file

@ -29,3 +29,4 @@ systemd_location: /lib/systemd/system
# Upgrade Ubuntu 19.x's Calibre 3.39.1+ to very latest
calibre_via_debs: False
calibre_via_python: True
need_ncat: True