mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1148 from holta/openvpn-rapid-support
OpenVPN rapid support - implements #1141 for realistic remote support
This commit is contained in:
commit
159115b92c
2 changed files with 6 additions and 6 deletions
|
@ -37,6 +37,12 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
uuid: "{{ stored_uuid.stdout_lines[0] }}"
|
uuid: "{{ stored_uuid.stdout_lines[0] }}"
|
||||||
|
|
||||||
|
- name: OPENVPN
|
||||||
|
include_role:
|
||||||
|
name: openvpn
|
||||||
|
when: openvpn_install
|
||||||
|
tags: openvpn
|
||||||
|
|
||||||
# for rpi, without rtc, we need time as soon as possible
|
# for rpi, without rtc, we need time as soon as possible
|
||||||
- name: Install chrony package
|
- name: Install chrony package
|
||||||
package:
|
package:
|
||||||
|
|
|
@ -10,12 +10,6 @@
|
||||||
# has no "when: XXXXX_install" flag
|
# has no "when: XXXXX_install" flag
|
||||||
tags: base, sshd
|
tags: base, sshd
|
||||||
|
|
||||||
- name: OPENVPN
|
|
||||||
include_role:
|
|
||||||
name: openvpn
|
|
||||||
when: openvpn_install
|
|
||||||
tags: openvpn
|
|
||||||
|
|
||||||
- name: Installing dnsmasq
|
- name: Installing dnsmasq
|
||||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||||
when: dnsmasq_install
|
when: dnsmasq_install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue