From 0f62ee8478cd1e32adca86ce6dd8b95ea2aaa5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 29 Jun 2024 21:28:37 +0200 Subject: feat(roles/httpd_pre): copy ssl and resolv files to chroot --- roles/httpd_pre/defaults/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/httpd_pre/defaults') diff --git a/roles/httpd_pre/defaults/main.yml b/roles/httpd_pre/defaults/main.yml index dfda874..1a10a11 100644 --- a/roles/httpd_pre/defaults/main.yml +++ b/roles/httpd_pre/defaults/main.yml @@ -12,3 +12,8 @@ httpd_pre__sites_dir: "{{ httpd_pre__chroot_dir }}{{ httpd_pre__chroot_sites_dir httpd_pre__user: www httpd_pre__group: www + +httpd_pre__ssl_files: + - /etc/ssl/cert.pem + - /etc/ssl/openssl.cnf + - /etc/resolv.conf -- cgit v1.2.3