also need cert and key under client
This commit is contained in:
parent
7449edfceb
commit
6005665db7
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@
|
|||
dest: /etc/openvpn/client/openvpn.conf,
|
||||
mode: '0644' }
|
||||
- { file: "{{ private }}/files/vpn/openvpn/keys/{{ inventory_hostname }}.crt",
|
||||
dest: "/etc/openvpn/client.crt",
|
||||
dest: "/etc/openvpn/client/client.crt",
|
||||
mode: '0600' }
|
||||
- { file: "{{ private }}/files/vpn/openvpn/keys/{{ inventory_hostname }}.key",
|
||||
dest: "/etc/openvpn/client.key",
|
||||
dest: "/etc/openvpn/client/client.key",
|
||||
mode: '0600' }
|
||||
tags:
|
||||
- install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue