Install openssl when using make-ca-certs.sh

easyrsa requires openssl. So make sure it is installed.
This commit is contained in:
Eric Paris 2015-07-24 09:56:42 -04:00
parent 90ecd96f84
commit fd1024baa2

View File

@ -1,4 +1,10 @@
---
- name: Install openssl for easy-rsa stuff
action: "{{ ansible_pkg_mgr }}"
args:
name: openssl
state: latest
#- name: Get create ca cert script from Kubernetes
# get_url:
# url=https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/cluster/saltbase/salt/generate-cert/make-ca-cert.sh