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:
2
roles/trustca/handlers/main.yml
Normal file
2
roles/trustca/handlers/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- name: update ca certs
|
||||
command: '{{ ca_update_cmd }}'
|
||||
Reference in New Issue
Block a user