debops / ansible-pki

Bootstrap and manage internal PKI, Certificate Authorities and OpenSSL/GnuTLS certificates
GNU General Public License v3.0
65 stars 29 forks source link

Make dependency assertions optional #62

Closed carlalexander closed 8 years ago

carlalexander commented 8 years ago

Just got an issue based on #61. I already had a workaround in place to disable certificate authority generation and thus bypass the bash requirement for macOS. I don't want to force anyone to update bash when we don't need it for simpler setups like mine.

Are we ok with disabling this if we don't need to run the local script?

drybjed commented 8 years ago

You are right, if local Certificate Authority is not present, the pki-authority script doesn't need to be run and bash version should be irrelevant. The check should be omitted if pki_authorities list is empty.