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
1ede052620
commit
bc517cc3a1
1 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
group: root
|
||||
mode: 0755
|
||||
|
||||
# Comment out in future? Unused for ~2 years as of August 2018:
|
||||
- name: Create folder /usr/lib/iiab (not on path) for iiab executable up_wan
|
||||
file:
|
||||
path: /usr/lib/iiab
|
||||
|
@ -47,8 +48,9 @@
|
|||
- { src: 'iiab-vpn.conf.in', dest: '/etc/openvpn/iiab-vpn.conf.in', mode: '0644' }
|
||||
- { src: 'iiab-vpn.j2', dest: '/usr/bin/iiab-vpn', mode: '0755' }
|
||||
- { src: 'iiab-handle.j2', dest: '/usr/bin/iiab-handle', mode: '0755' }
|
||||
# Comment out in future? Unused for ~2 years as of August 2018:
|
||||
- { src: 'up_wan', dest: '/usr/lib/iiab/up_wan', mode: '0755' }
|
||||
# Appears no longer used (August 2018)
|
||||
# Unused for ~2 years as of August 2018:
|
||||
#- { src: 'start.j2', dest: '/usr/lib/iiab/start', mode: '0755' }
|
||||
- { src: 'iiab-remote-on', dest: '/usr/bin/iiab-remote-on', mode: '0755' }
|
||||
- { src: 'iiab-remote-off', dest: '/usr/bin/iiab-remote-off', mode: '0755' }
|
||||
|
@ -70,12 +72,14 @@
|
|||
# dest: /usr/lib/iiab/up_wan
|
||||
# when: is_debuntu
|
||||
|
||||
# Comment out in future? Contained very serious bug & unused for ~2 years as of August 2018:
|
||||
- name: Put dispatcher up for NM (not debuntu)
|
||||
template:
|
||||
src: 15-openvpn
|
||||
dest: /etc/NetworkManager/dispatcher.d/
|
||||
when: not is_debuntu
|
||||
|
||||
# Comment out in future? Unused for ~2 years as of August 2018:
|
||||
- name: Check for manually configured OpenVPN tunnel
|
||||
stat:
|
||||
path: /etc/openvpn/iiab-vpn.conf
|
||||
|
|
Loading…
Reference in a new issue