roles/apache: Add previously-ignored cert symlinks
Before the advent of `ansible-vault`, and long before `certbot`/`lego`, I used to keep certificate files (and especially private key files) out of the Git repository. Now that certificates are stored in a separate repository, and only symlinks are stored in the configuration policy, this no longer makes any sense. In particular, it prevents the continuous enforcement process from installing Let's Encrypt certificates that have been automatically renewed.
This commit is contained in:
6
roles/apache/files/.gitignore
vendored
6
roles/apache/files/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
*.cer
|
||||
*.crt
|
||||
*.key
|
||||
*.pem
|
||||
*.keytab
|
||||
*.cnf
|
||||
1
roles/apache/files/file0.pyrocufflink.blue.cer
Symbolic link
1
roles/apache/files/file0.pyrocufflink.blue.cer
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.crt
|
||||
1
roles/apache/files/file0.pyrocufflink.blue.key
Symbolic link
1
roles/apache/files/file0.pyrocufflink.blue.key
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.key
|
||||
1
roles/apache/files/hass1.pyrocufflink.blue.cer
Symbolic link
1
roles/apache/files/hass1.pyrocufflink.blue.cer
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.crt
|
||||
1
roles/apache/files/hass1.pyrocufflink.blue.key
Symbolic link
1
roles/apache/files/hass1.pyrocufflink.blue.key
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.key
|
||||
1
roles/apache/files/jenkins0.pyrocufflink.blue.cer
Symbolic link
1
roles/apache/files/jenkins0.pyrocufflink.blue.cer
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.pem
|
||||
1
roles/apache/files/jenkins0.pyrocufflink.blue.key
Symbolic link
1
roles/apache/files/jenkins0.pyrocufflink.blue.key
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.key
|
||||
1
roles/apache/files/logs0.pyrocufflink.blue.cer
Symbolic link
1
roles/apache/files/logs0.pyrocufflink.blue.cer
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.crt
|
||||
1
roles/apache/files/logs0.pyrocufflink.blue.key
Symbolic link
1
roles/apache/files/logs0.pyrocufflink.blue.key
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.key
|
||||
1
roles/apache/files/matrix0.pyrocufflink.blue.cer
Symbolic link
1
roles/apache/files/matrix0.pyrocufflink.blue.cer
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.crt
|
||||
1
roles/apache/files/matrix0.pyrocufflink.blue.key
Symbolic link
1
roles/apache/files/matrix0.pyrocufflink.blue.key
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../certs/lego/_.pyrocufflink.net.key
|
||||
Reference in New Issue
Block a user