Rename private/isp.network to private/gate-isp.network.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 23 Nov 2025 19:07:42 +0000 (12:07 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 23 Nov 2025 19:07:42 +0000 (12:07 -0700)
Following the example of private/gate-wild.network, etc.

README.org
private/gate-isp.network [moved from private/isp.network with 100% similarity]
roles_t/gate/tasks/main.yml

index b7c3ee110ac1093d7fddd00cc58102d24fb1e8d0..a1d074796e543d955e20da44ecbe56d9ea890ef5 100644 (file)
@@ -4992,7 +4992,7 @@ tether, Wi-Fi connection, etc.
 - name: Install 10-isp.network.
   become: yes
   copy:
-    src: ../private/isp.network
+    src: ../private/gate-isp.network
     dest: /etc/systemd/network/10-isp.network
     force: no
   notify: Reload networkd.
@@ -5002,11 +5002,11 @@ Note that the =60-isp.yaml= file is only updated (created) if it does
 not already exist so that it can be easily modified to debug a new
 campus ISP without interference from Ansible.
 
-The following example =isp.network= file recognizes an Ethernet
+The following example =gate-isp.network= file recognizes an Ethernet
 interface by its MAC address.
 
-#+CAPTION: [[file:private/isp.network][=private/isp.network=]]
-#+BEGIN_SRC conf :tangle private/isp.network :tangle-mode u=rw,g=,o=
+#+CAPTION: [[file:private/gate-isp.network][=private/gate-isp.network=]]
+#+BEGIN_SRC conf :tangle private/gate-isp.network :tangle-mode u=rw,g=,o=
 [Match]
 MACAddress=08:00:27:3d:42:e5
 
similarity index 100%
rename from private/isp.network
rename to private/gate-isp.network
index af902b5e2d710cbb4a3dec3840350c1df8026cbb..443e46a1e5196634d9a8858f0b7dd25b5196efec 100644 (file)
@@ -74,7 +74,7 @@
 - name: Install 10-isp.network.
   become: yes
   copy:
-    src: ../private/isp.network
+    src: ../private/gate-isp.network
     dest: /etc/systemd/network/10-isp.network
     force: no
   notify: Reload networkd.