From: Matt Birkholz Date: Sat, 9 Mar 2024 16:52:56 +0000 (-0600) Subject: Re-add Kamino to hosts inventory. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1758a9fe1e6c235724f7a9bbb9f39af59b880d7b;p=Network Re-add Kamino to hosts inventory. And fiddle some whitespace. --- diff --git a/README.org b/README.org index e1d1146..332bac1 100644 --- a/README.org +++ b/README.org @@ -448,6 +448,7 @@ rest of the Let's Encrypt configuration is discussed in the following <> <> <> + IncludeOptional /etc/letsencrypt/options-ssl-apache.conf dest: /etc/apache2/sites-available/{{ domain_name }}-vhost.conf notify: Restart Apache2. @@ -3159,6 +3160,7 @@ all: hosts: anoat: devaron: + kamino: kessel: weather: hosts: @@ -3177,6 +3179,7 @@ all: hosts: devaron: geonosis: + kamino: #+END_SRC ** =playbooks/site.yml= diff --git a/hosts b/hosts index 1626e10..065a52c 100644 --- a/hosts +++ b/hosts @@ -44,6 +44,7 @@ all: hosts: anoat: devaron: + kamino: kessel: weather: hosts: @@ -62,3 +63,4 @@ all: hosts: devaron: geonosis: + kamino: diff --git a/roles_t/abbey-front/tasks/main.yml b/roles_t/abbey-front/tasks/main.yml index 07ff9ce..d71f050 100644 --- a/roles_t/abbey-front/tasks/main.yml +++ b/roles_t/abbey-front/tasks/main.yml @@ -78,6 +78,7 @@ RewriteRule ^/\~([^\/]+)/gitweb(\.cgi)?(/.*)?$ \ /cgi-bin/gitweb.cgi$3 \ [QSA,E=GITWEB_PROJECTROOT:/home/$1/Public/Git/,L,PT] + IncludeOptional /etc/letsencrypt/options-ssl-apache.conf dest: /etc/apache2/sites-available/{{ domain_name }}-vhost.conf notify: Restart Apache2.