From 425f2c41b65dd1f50265588960ede26507f32125 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 23 Nov 2025 12:07:42 -0700 Subject: [PATCH] Rename private/isp.network to private/gate-isp.network. Following the example of private/gate-wild.network, etc. --- README.org | 8 ++++---- private/{isp.network => gate-isp.network} | 0 roles_t/gate/tasks/main.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename private/{isp.network => gate-isp.network} (100%) diff --git a/README.org b/README.org index b7c3ee1..a1d0747 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/private/isp.network b/private/gate-isp.network similarity index 100% rename from private/isp.network rename to private/gate-isp.network diff --git a/roles_t/gate/tasks/main.yml b/roles_t/gate/tasks/main.yml index af902b5..443e46a 100644 --- a/roles_t/gate/tasks/main.yml +++ b/roles_t/gate/tasks/main.yml @@ -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. -- 2.25.1