Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ltsampros committed Nov 16, 2017
1 parent 40096b5 commit 9cfe28a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
- openvpn_use_system_easyrsa
- not openvpn_easyrsa_check.stat.exists

- name: Sync local keys
copy:
src: {{ openvpn_download_dir }}
dest: /etc/openvpn/keys
directory_mode: yes
owner: root
group: root
mode: 0644

- name: Generate scripts
template: src={{item}}.j2 dest={{openvpn_etcdir}}/{{item}} mode=0700
with_items: [vars, build-server.sh, build-client.sh, revoke-client.sh]
Expand Down

0 comments on commit 9cfe28a

Please sign in to comment.