From 93392438c32ddcdb736ec5ce6fdbdc638c6d632c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 21 Apr 2024 14:42:43 -0600 Subject: [PATCH] Update README.html. --- README.html | 53 +++++++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/README.html b/README.html index 575d645..cfb3a45 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Birchwood Abbey Networks @@ -64,7 +64,7 @@ map is very similar, with differences mainly in terminology, philosophy, attitude.

-
+
                 |                                                   
                 =                                                   
               _|||_                                                 
@@ -136,8 +136,8 @@ with Apache2, spooling email with Postfix and serving it with
 Dovecot-IMAPd, and hosting a VPN with OpenVPN.
 

-
-

3.1. Install Emacs

+
+

3.1. Install Emacs

The monks of the abbey are masters of the staff (bo) and Emacs. @@ -710,7 +710,7 @@ certificate is a terminal session affair (with prompts and lines entered as shown below).

-
+
 $ sudo apt install python3-certbot-apache
 $ sudo certbot --apache -d birchwood-abbey.net
 ...
@@ -929,8 +929,8 @@ with Postfix and Dovecot, and providing essential localnet services:
 NTP, DNS and DHCP.
 

-
-

4.1. Include Abbey Variables

+
+

4.1. Include Abbey Variables

In this abbey specific document, most abbey particulars are not @@ -1128,8 +1128,8 @@ The abbey uses the Apt-Cacher:TNG package cache on Core. The

-
-

4.8. Use Cloister Apt Cache

+
+

4.8. Use Cloister Apt Cache

Core itself will benefit from using the package cache. @@ -1786,8 +1786,8 @@ clients: Android, Debian and Campus. The last type never roams, and is not associated with a member of the small institute.

-
-

6.1. Use Cloister Apt Cache

+
+

6.1. Use Cloister Apt Cache

The Apt-Cacher:TNG program does not work well on the frontier, so is @@ -1858,8 +1858,8 @@ Raspberry Pis (architecture aarch64) only.

-
-

6.3. Install Emacs

+
+

6.3. Install Emacs

The monks of the abbey are masters of the staff and Emacs. @@ -1926,7 +1926,7 @@ Listing them (e.g. running owdir /26.nnnnnnnn or owdir below. A test session is shown below.

-
+
 monkey@new$ owdir
 ...
     /26.2153B6000000/
@@ -2362,8 +2362,8 @@ described in the final section, Configure Cameras, bel
 

-
-

8.4. Include Abbey Variables

+
+

8.4. Include Abbey Variables

Private variables in private/vars-abbey.yml are needed, and included @@ -2789,8 +2789,8 @@ machine simply by adding it to the tvrs group.

-
-

9.3. Include Abbey Variables

+
+

9.3. Include Abbey Variables

Private variables in private/vars-abbey.yml are needed, as in the @@ -3336,7 +3336,7 @@ the list of "inputs" available in a postal code typically ends with the OTA (over the air) broadcasts.

-
+
 $ tv_grab_zz_sdjson --configure --config-file .mythtv/Mr.Antenna.xml
 Cache file for lineups, schedules and programs.
 Cache file: [/home/mythtv/.xmltv/tv_grab_zz_sdjson.cache]
@@ -3765,6 +3765,11 @@ except the roles are found in Institute/roles/ as well as roles/.
     tvrs:
       hosts:
         dantooine:
+    webtvs:
+      hosts:
+        kessel:
+        devaron:
+        kamino:
     notebooks:
       hosts:
         endor:
@@ -4073,7 +4078,7 @@ last host in the previous play.
 
 
playbooks/timezone.yml
---
-- hosts: core, dvrs, tvrs
+- hosts: core, dvrs, tvrs, webtvs
   tasks:
   - name: Update timezone.
     become: yes
@@ -4088,7 +4093,7 @@ last host in the previous play.
     become: yes
     systemd:
       service: "{{ item }}"
-      restarted: yes
+      state: restarted
     loop: [ mysql, zoneminder ]
     when: new_tz.changed
 
@@ -4098,7 +4103,7 @@ last host in the previous play.
     become: yes
     systemd:
       service: "{{ item }}"
-      restarted: yes
+      state: restarted
     loop: [ mysql, mythtv-backend ]
     when: new_tz.changed
 
@@ -4128,7 +4133,7 @@ last host in the previous play.
 

11.7. Abbey Command Help

-abbey
my $ops = "config,new,old,pass,client,upgrade,reboots,versions";
+abbey
my $ops = "config,new,old,pass,client,upgrade,reboots,versions,tz";
 die "usage: $0 [$ops]\n";
 
@@ -4842,7 +4847,7 @@ to private/db.campus_vpn.)

Author: Matt Birkholz

-

Created: 2024-04-03 Wed 14:47

+

Created: 2024-04-21 Sun 14:40

Validate

-- 2.25.1