mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
61fb51eba0
commit
581282dcf6
1 changed files with 8 additions and 6 deletions
|
@ -48,7 +48,8 @@
|
|||
- { src: 'iiab-vpn.j2', dest: '/usr/bin/iiab-vpn', mode: '0755' }
|
||||
- { src: 'iiab-handle.j2', dest: '/usr/bin/iiab-handle', mode: '0755' }
|
||||
- { src: 'up_wan', dest: '/usr/lib/iiab/up_wan', mode: '0755' }
|
||||
- { src: 'start.j2', dest: '/usr/lib/iiab/start', mode: '0755' }
|
||||
# Appears no longer used (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' }
|
||||
|
||||
|
@ -62,11 +63,12 @@
|
|||
backup: yes
|
||||
when: openvpn_handle is defined
|
||||
|
||||
- name: Put up_wan in place (debuntu)
|
||||
template:
|
||||
src: up_wan
|
||||
dest: /usr/lib/iiab/up_wan
|
||||
when: is_debuntu
|
||||
# Was being installed twice (also above)
|
||||
#- name: Put up_wan in place (debuntu)
|
||||
# template:
|
||||
# src: up_wan
|
||||
# dest: /usr/lib/iiab/up_wan
|
||||
# when: is_debuntu
|
||||
|
||||
- name: Put dispatcher up for NM (not debuntu)
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue