Re-add Kamino to hosts inventory.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 9 Mar 2024 16:52:56 +0000 (10:52 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 9 Mar 2024 16:52:56 +0000 (10:52 -0600)
And fiddle some whitespace.

README.org
hosts
roles_t/abbey-front/tasks/main.yml

index e1d11466fdc350f5dafd8879364c5b3c762b8b7f..332bac19119104d24d92842e15a5df1e0e09daa9 100644 (file)
@@ -448,6 +448,7 @@ rest of the Let's Encrypt configuration is discussed in the following
         <<apache-abbey>>
         <<apache-photos>>
         <<apache-gitweb>>
+
         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 1626e10f874806669d7b3abd5dddea6512be653d..065a52c0222e709d9fdd5f8a72ba19fa7659ffc9 100644 (file)
--- 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:
index 07ff9ce2df5dc40e3189caaea00c3a833140038c..d71f050d6f3715a5c2accfc97e7be548781be386 100644 (file)
@@ -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.