Skip to content

Commit 8de80ab

Browse files
authored
Openvpn client fqdn pr 2.x (#1504)
* Supporting a fixed PHP version with a fixed port number. * Accidently re-added the old VPN role - re-deleting! * Handling allowing client config template for ovpn to have an FQDN. * Let's not assume port 1194 for ovpn.
1 parent 770028c commit 8de80ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/debian/openvpn/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
- name: Use FQDN as OpenVPN server remote in client config.
172172
ansible.builtin.lineinfile:
173173
path: /etc/openvpn/client-template.txt
174-
regexp: '^remote (.*) 1194$'
174+
regexp: '^remote (.*)'
175175
line: "remote {{ openvpn.fqdn }}"
176176
owner: root
177177
group: root

0 commit comments

Comments
 (0)