1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

changes proposed in call this morning

This commit is contained in:
George Hunt 2019-06-13 18:27:23 -07:00
parent 936bc12456
commit 27dea98c10
3 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
name:
- ncat
state: present
when: need_ncat is defined and need_ncat
when: need_ncat | bool
tags:
- download

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