mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
f21c0f2fa9
commit
3b2c16d6bf
1 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@
|
||||||
# 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
|
# /usr/bin/iiab-remote-on should turn on multiple remote support services like
|
||||||
# OpenVPN and others, for remote support, so they work even after reboot.
|
# 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)
|
- name: Create iiab-vpn-on (a symbolic link to iiab-remote-on for now)
|
||||||
file:
|
file:
|
||||||
|
@ -95,8 +95,8 @@
|
||||||
path: /usr/bin/iiab-vpn-on
|
path: /usr/bin/iiab-vpn-on
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
# iiab-remote-off is intended to fully turn off multiple remote support
|
# /usr/bin/iiab-remote-off should fully turn off multiple remote support
|
||||||
# services like OpenVPN and others, to reduce the risk of remote attacks.
|
# services like OpenVPN and others, to reduce risk of remote attacks.
|
||||||
- name: Create iiab-vpn-off (a symbolic link to iiab-remote-off for now)
|
- name: Create iiab-vpn-off (a symbolic link to iiab-remote-off for now)
|
||||||
file:
|
file:
|
||||||
src: /usr/bin/iiab-remote-off
|
src: /usr/bin/iiab-remote-off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue