mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Install openssl when using make-ca-certs.sh
easyrsa requires openssl. So make sure it is installed.
This commit is contained in:
parent
90ecd96f84
commit
fd1024baa2
@ -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
|
#- name: Get create ca cert script from Kubernetes
|
||||||
# get_url:
|
# get_url:
|
||||||
# url=https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/cluster/saltbase/salt/generate-cert/make-ca-cert.sh
|
# url=https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/cluster/saltbase/salt/generate-cert/make-ca-cert.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user