diff --git a/host_vars/git0.pyrocufflink.blue.yml b/host_vars/git0.pyrocufflink.blue.yml index 3dd49cb..4d13613 100644 --- a/host_vars/git0.pyrocufflink.blue.yml +++ b/host_vars/git0.pyrocufflink.blue.yml @@ -1,7 +1,2 @@ gitea_ssh_domain: git.pyrocufflink.blue gitea_root_url: 'https://{{ gitea_ssh_domain }}/' -apache_ssl_certificate: /var/lib/letsencrypt/live/{{ gitea_ssh_domain }}/fullchain.pem -apache_ssl_certificate_key: /var/lib/letsencrypt/live/{{ gitea_ssh_domain }}/privkey.pem -certbot_domains: -- '{{ gitea_ssh_domain }}' -- 'git.pyrocufflink.net' diff --git a/hosts b/hosts index 1a12541..836f7cf 100644 --- a/hosts +++ b/hosts @@ -17,7 +17,6 @@ burp1.pyrocufflink.blue [certbot] bw0.pyrocufflink.blue -git0.pyrocufflink.blue web0.pyrocufflink.blue [dch-proxy] diff --git a/roles/apache/files/git0.pyrocufflink.blue.cer b/roles/apache/files/git0.pyrocufflink.blue.cer new file mode 120000 index 0000000..901785b --- /dev/null +++ b/roles/apache/files/git0.pyrocufflink.blue.cer @@ -0,0 +1 @@ +../../../.certs/certificates/_.pyrocufflink.net.crt \ No newline at end of file diff --git a/roles/apache/files/git0.pyrocufflink.blue.key b/roles/apache/files/git0.pyrocufflink.blue.key new file mode 120000 index 0000000..44ddfa7 --- /dev/null +++ b/roles/apache/files/git0.pyrocufflink.blue.key @@ -0,0 +1 @@ +../../../.certs/certificates/_.pyrocufflink.net.key \ No newline at end of file