Replace ":noweb yes" with ":noweb no-export".
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 9 Mar 2024 16:47:36 +0000 (10:47 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 9 Mar 2024 16:47:36 +0000 (10:47 -0600)
README.org

index 4165db5a84a458c07ec0d518430613d15f2de464..e1d11466fdc350f5dafd8879364c5b3c762b8b7f 100644 (file)
@@ -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
 
 <<git-tasks>>
 #+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
 
 <<git-handlers>>
 #+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
 
 <<apache-gitweb-handlers>>
 #+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
 
 <<git-tasks>>
 #+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
 
 <<git-handlers>>
 #+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
 
 <<apache-gitweb-handlers>>
 #+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