mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Place OpenVPN handle in /etc/iiab/handle
This commit is contained in:
parent
e37f180325
commit
fdd121aa74
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,15 @@
|
|||
- { src: 'iiab-remote-on', dest: '/usr/bin/iiab-remote-on', owner: "root", mode: '0755' }
|
||||
- { src: 'iiab-remote-off', dest: '/usr/bin/iiab-remote-off', owner: "root", mode: '0755' }
|
||||
|
||||
- name: Place OpenVPN handle in /etc/iiab/handle
|
||||
lineinfile:
|
||||
path: /etc/iiab/handle
|
||||
create: yes
|
||||
line: "{{ openvpn_handle }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: Put up_wan in place (debuntu)
|
||||
template:
|
||||
src: up_wan
|
||||
|
|
Loading…
Add table
Reference in a new issue