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:
parent
936bc12456
commit
27dea98c10
3 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
name:
|
||||
- ncat
|
||||
state: present
|
||||
when: need_ncat is defined and need_ncat
|
||||
when: need_ncat | bool
|
||||
tags:
|
||||
- download
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue