1
0
Fork 0
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:
A Holt 2018-08-15 14:03:34 -04:00 committed by GitHub
parent 24d074aeff
commit 61fb51eba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
group: root group: root
mode: 0755 mode: 0755
- name: Create a folder for iiab executable not on path - name: Create folder /usr/lib/iiab (not on path) for iiab executables start & up_wan
file: file:
path: /usr/lib/iiab path: /usr/lib/iiab
state: directory state: directory
@ -60,6 +60,7 @@
group: root group: root
mode: 0644 mode: 0644
backup: yes backup: yes
when: openvpn_handle is defined
- name: Put up_wan in place (debuntu) - name: Put up_wan in place (debuntu)
template: template:
@ -159,8 +160,9 @@
value: "OpenVPN is a means of connecting to other machines anywhere on the internet, via a middleman server, using Virtual Private Network techniques to create secure connections." value: "OpenVPN is a means of connecting to other machines anywhere on the internet, via a middleman server, using Virtual Private Network techniques to create secure connections."
- option: enabled - option: enabled
value: "{{ openvpn_enabled }}" value: "{{ openvpn_enabled }}"
- option: handle # Uncomment *if* openvpn_handle variable later becomes mandatory
value: "{{ openvpn_handle }}" # - option: handle
# value: "{{ openvpn_handle }}"
- option: cron_enabled - option: cron_enabled
value: "{{ openvpn_cron_enabled }}" value: "{{ openvpn_cron_enabled }}"
- option: server - option: server