From 394c29a30bcb91d955a2c0fe51bd4c8ab2d3dfec Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 2 Sep 2024 17:05:13 -0600 Subject: [PATCH] Fix whitespace, typo, left-over mention of "private-view" names. --- README.org | 13 ++++++------- roles_t/gate/tasks/main.yml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index ce07de5..04555f7 100644 --- a/README.org +++ b/README.org @@ -2613,10 +2613,9 @@ with the real [[file:private/core-dhcpd.conf][=private/core-dhcpd.conf=]] (/not/ ** Configure BIND9 -Core uses BIND9 to provide a private-view name service for the -institute as described in [[*The Name Service][The Name Service]]. The configuration -supports reverse name lookups, resolving many private network -addresses to private domain names. +Core uses BIND9 to provide name service for the institute as described +in [[*The Name Service][The Name Service]]. The configuration supports reverse name lookups, +resolving many private network addresses to private domain names. The following tasks install and configure BIND9 on Core. @@ -3339,7 +3338,7 @@ stopped and disabled from restarting at boot, deleted even. - members[item].status != 'current' - members[item].password_fetchmail is defined tags: accounts -#+END_SRC +#+END_SRC If the =.service= file is deleted, then Ansible cannot use the ~systemd~ module to stop it, nor check that it is still stopped. @@ -4955,7 +4954,7 @@ the daemon listens /only/ on the Gate-WiFi network interface. line: INTERFACESv4="wifi" regexp: ^INTERFACESv4= notify: Restart DHCP server. - + - name: Configure DHCP for WiFiAP service. become: yes copy: @@ -6513,7 +6512,7 @@ first argument to the command. two files are generated, for the campus and public VPNs. - ~./inst client campus NEW~ \\ - A ~campus~ host is an Debian host (with or without desktop) that is + A ~campus~ host is a Debian host (with or without desktop) that is used by the institute generally, is /not/ the property of a member, never roams off campus, and so is remotely administered with Ansible. One file is generated, =campus.ovpn=. diff --git a/roles_t/gate/tasks/main.yml b/roles_t/gate/tasks/main.yml index cf65470..d9cf678 100644 --- a/roles_t/gate/tasks/main.yml +++ b/roles_t/gate/tasks/main.yml @@ -111,7 +111,7 @@ line: INTERFACESv4="wifi" regexp: ^INTERFACESv4= notify: Restart DHCP server. - + - name: Configure DHCP for WiFiAP service. become: yes copy: -- 2.25.1