roles/trustca: Generic role for adding CA certs

The `trustca` role can be used to add CA certificates to the system
trust store. It requires a variable, `ca`, to be defined, referring to
the name of a file containing a CA certificate to install.
This commit is contained in:
2018-06-04 19:34:24 -05:00
parent 4f6260d77d
commit 861c6f4fe1
5 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ca_store_dir: /usr/local/share/ca-certificates
ca_update_cmd: update-ca-certificates