mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
35b104554e
commit
7451e59400
1 changed files with 16 additions and 0 deletions
|
@ -87,6 +87,22 @@
|
||||||
# Obsolete & unused for ~2 years as of August 2018:
|
# Obsolete & unused for ~2 years as of August 2018:
|
||||||
#- { src: 'iiab-vpn.j2', dest: '/usr/bin/iiab-vpn', mode: '0755' }
|
#- { src: 'iiab-vpn.j2', dest: '/usr/bin/iiab-vpn', mode: '0755' }
|
||||||
|
|
||||||
|
# iiab-remote-on is intended to turn on multiple remote support services like
|
||||||
|
# OpenVPN and others, for remote support, so they work even after reboot.
|
||||||
|
- name: Create iiab-vpn-on (a symbolic link to iiab-remote-on for now)
|
||||||
|
file:
|
||||||
|
src: /usr/bin/iiab-remote-on
|
||||||
|
path: /usr/bin/iiab-vpn-on
|
||||||
|
state: link
|
||||||
|
|
||||||
|
# iiab-remote-off is intended to fully turn off multiple remote support
|
||||||
|
# services like OpenVPN and others, to reduce the risk of remote attacks.
|
||||||
|
- name: Create iiab-vpn-off (a symbolic link to iiab-remote-off for now)
|
||||||
|
file:
|
||||||
|
src: /usr/bin/iiab-remote-off
|
||||||
|
path: /usr/bin/iiab-vpn-off
|
||||||
|
state: link
|
||||||
|
|
||||||
# up_wan was being installed twice (also above) and was unused for ~2 years
|
# up_wan was being installed twice (also above) and was unused for ~2 years
|
||||||
# as of August 2018: (see 15-openvpn below)
|
# as of August 2018: (see 15-openvpn below)
|
||||||
#- name: Put up_wan in place (debuntu)
|
#- name: Put up_wan in place (debuntu)
|
||||||
|
|
Loading…
Reference in a new issue