1
0
Fork 0
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:
A Holt 2018-08-13 15:16:40 -04:00 committed by GitHub
parent e37f180325
commit fdd121aa74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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