From: Matt Birkholz Date: Sat, 9 Mar 2024 16:47:36 +0000 (-0600) Subject: Replace ":noweb yes" with ":noweb no-export". X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ba1640029733bb107f4e302ddd5e683a236a7756;p=Network Replace ":noweb yes" with ":noweb no-export". --- diff --git a/README.org b/README.org index 4165db5..e1d1146 100644 --- a/README.org +++ b/README.org @@ -125,7 +125,7 @@ to the machine's privileged account (~sysadm~). The abbey takes it from there, forwarding ~sysadm~ to a real person. #+CAPTION: =roles_t/abbey-front/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb no-export - name: Install abbey email aliases. become: yes @@ -203,7 +203,7 @@ support does the duplication, by multiple references to code blocks like ~git-tasks~ and ~git-handlers~. #+CAPTION: =roles_t/abbey-front/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb no-export <> #+END_SRC @@ -242,7 +242,7 @@ like ~git-tasks~ and ~git-handlers~. #+END_SRC #+CAPTION: =roles_t/abbey-front/handlers/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-front/handlers/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-front/handlers/main.yml :noweb no-export <> #+END_SRC @@ -437,7 +437,7 @@ rest of the Let's Encrypt configuration is discussed in the following [[*Install Let's Encrypt][Install Let's Encrypt]] section. #+CAPTION: =roles_t/abbey-front/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb no-export - name: Configure Apache. become: yes @@ -456,7 +456,7 @@ rest of the Let's Encrypt configuration is discussed in the following #+END_SRC #+CAPTION: =roles_t/abbey-front/handlers/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-front/handlers/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-front/handlers/main.yml :noweb no-export <> #+END_SRC @@ -834,7 +834,7 @@ which delivers any ~.birchwood-abbey.net~ email, e.g. ~mythtv@mythtv.birchwood-abbey.net~, locally.) #+CAPTION: =roles_t/abbey-core/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb no-export - name: Install abbey email aliases. become: yes @@ -864,13 +864,13 @@ services on Front and Core. See [[Configure Git Daemon on Front]] and [[*Configure Gitweb on Front][Configure Gitweb on Front]] for more information. #+CAPTION: =roles_t/abbey-core/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb no-export <> #+END_SRC #+CAPTION: =roles_t/abbey-core/handlers/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-core/handlers/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-core/handlers/main.yml :noweb no-export <> #+END_SRC @@ -883,7 +883,7 @@ site on Front. Their configurations include the same [[apache-abbey][~apache-ab [[apache-photos][~apache-photos~]], and [[apache-gitweb][~apache-gitweb~]] used on Front. #+CAPTION: =roles_t/abbey-core/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb no-export - name: Configure live website. become: yes @@ -915,7 +915,7 @@ site on Front. Their configurations include the same [[apache-abbey][~apache-ab #+END_SRC #+CAPTION: =roles_t/abbey-core/handlers/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-core/handlers/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-core/handlers/main.yml :noweb no-export <> #+END_SRC @@ -929,7 +929,7 @@ Core and not on typical desktop clients. Also included: the Apache2 directives that enable user Git publishing with Gitweb (defined [[apache-gitweb][here]]). #+CAPTION: =roles_t/abbey-core/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb no-export - name: Configure house website. become: yes @@ -1890,7 +1890,7 @@ The ~ExecStartPre=/bin/sleep 30~ is intended to avoid recent hangs in ~owread~. #+CAPTION: =roles_t/abbey-weather/tasks/main.yml= -#+BEGIN_SRC conf :tangle roles_t/abbey-weather/tasks/main.yml :noweb yes +#+BEGIN_SRC conf :tangle roles_t/abbey-weather/tasks/main.yml :noweb no-export - name: Install weather directory. become: yes