mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
commit
d3dbb5a2ca
5 changed files with 15 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue