self-hosting/roles/cfssl/defaults/main.yml
Paul-Henri Froidmont 956038220b Custom cfssl role
2018-07-31 13:36:17 +02:00

5 lines
187 B
YAML

---
#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"