From 7ca395bca7785e626159cfd56ef8f072507e9c82 Mon Sep 17 00:00:00 2001 From: Michael Zhilin Date: Tue, 11 Jul 2023 20:39:33 +0300 Subject: [PATCH] Support REDOS (fork of RedHat) Ansible detects distribution of REDOS as RED. It fails to find correct variables. --- vars/RED.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vars/RED.yml diff --git a/vars/RED.yml b/vars/RED.yml new file mode 100644 index 0000000..448a119 --- /dev/null +++ b/vars/RED.yml @@ -0,0 +1,12 @@ +--- +# vars file for arillso.ca-certificates + +# +# Defaults for RedHat-based Linux systems +# + +# Directory where certificates should be placed +ca_certificates_path: /etc/pki/ca-trust/source/anchors + +# Command to run after adding new certificates +ca_certificates_handler: /usr/bin/update-ca-trust extract