configpolicy/roles/apache
Dustin 906819dd1c r/apache: Use variables for HTTPS cert/key content
Using files for certificates and private keys is less than ideal.
The only way to "share" a certificate between multiple hosts is with
symbolic links, which means the configuration policy has to be prepared
for each managed system.  As we're moving toward a much more dynamic
environment, this becomes problematic; the host-provisioner will never
be able to copy a certificate to a new host that was just created.
Further, I have never really liked the idea of storing certificates and
private keys in Git anyway, even if it is in a submodule with limited
access.
2025-07-13 16:02:57 -05:00
..
defaults roles/apache: Use event MPM by default 2018-05-28 15:24:34 -05:00
handlers roles/apache: Role to deploy Apache HTTPD 2018-04-14 15:21:15 -05:00
meta roles/logrotate: Install and enable logrotate 2020-12-08 20:59:40 -06:00
tasks r/apache: Use variables for HTTPS cert/key content 2025-07-13 16:02:57 -05:00
templates roles/apache: logrotate: Compress logs immediately 2020-12-26 11:33:09 -06:00