self-hosting/roles/cfssl/defaults/main.yml

6 lines
187 B
YAML
Raw Normal View History

2018-07-31 13:36:17 +02:00
---
#Specifies the version of CFSSL toolkit we want to download and use
cfssl_version: "R1.2"
# The directory where CFSSL binaries will be installed
cfssl_bin_directory: "/usr/local/bin"