Move all puppet_private stuff to ansible private so we can stop using puppet private.
This commit is contained in:
parent
81d9781409
commit
2873cdd427
25 changed files with 70 additions and 71 deletions
|
@ -9,7 +9,7 @@
|
|||
- packages
|
||||
|
||||
- name: Install certificate and key
|
||||
copy: src={{ puppet_private }}/vpn/openvpn/keys/ca.crt
|
||||
copy: src={{ private }}/files/vpn/openvpn/keys/ca.crt
|
||||
dest=/etc/openvpn/ca.crt
|
||||
owner=root group=root mode=0600
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue