Also fix paths for el6
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
78ae75ac8a
commit
64f17dd5f7
1 changed files with 2 additions and 2 deletions
|
@ -50,10 +50,10 @@
|
|||
- { file: client.conf,
|
||||
dest: /etc/openvpn/openvpn.conf,
|
||||
mode: '0644' }
|
||||
- { file: "{{ private }}/files/vpn/openvpn/keys/{{ inventory_hostname }}.crt",
|
||||
- { file: "{{ private }}/files/vpn/pki/issued/{{ inventory_hostname }}.crt",
|
||||
dest: "/etc/openvpn/client.crt",
|
||||
mode: '0600' }
|
||||
- { file: "{{ private }}/files/vpn/openvpn/keys/{{ inventory_hostname }}.key",
|
||||
- { file: "{{ private }}/files/vpn/pki/private/{{ inventory_hostname }}.key",
|
||||
dest: "/etc/openvpn/client.key",
|
||||
mode: '0600' }
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue