Move all puppet_private stuff to ansible private so we can stop using puppet private.

This commit is contained in:
Kevin Fenzi 2015-09-25 18:16:23 +00:00
parent 81d9781409
commit 2873cdd427
25 changed files with 70 additions and 71 deletions

View file

@ -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: