From: Matt Birkholz Date: Fri, 2 Jan 2026 21:41:58 +0000 (-0700) Subject: Add felucia, ord-mantell, and debdrop. Remove endor. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=95323d222bd3b8c1bfde55a24e731cf5e6812f7f;p=Network.git Add felucia, ord-mantell, and debdrop. Remove endor. Endor's display got sick and was replaced by a new Framework Laptop 12, Felucia. Ord Mantell returned to active service on the main view screen. And DebDrop is a new Debian Droplet. The old Ubuntu Droplet is now many months past end-of-life! --- diff --git a/README.org b/README.org index ed5c6fc..9db7f19 100644 --- a/README.org +++ b/README.org @@ -2765,6 +2765,9 @@ all: droplet: ansible_host: 159.65.75.60 ansible_become_password: "{{ become_droplet }}" + debdrop: + ansible_host: 138.68.252.171 + ansible_become_password: "{{ become_debdrop }}" anoat: ansible_host: anoat.birchwood.private ansible_become_password: "{{ become_anoat }}" @@ -2778,10 +2781,13 @@ all: dantooine: ansible_host: dantooine.birchwood.private ansible_become_password: "{{ become_dantooine }}" + ord-mantell: + ansible_host: ord-mantell-w.birchwood.private + ansible_become_password: "{{ become_ord_mantell }}" # Notebooks - endor: - ansible_host: endor.birchwood.private - ansible_become_password: "{{ become_endor }}" + felucia: + ansible_host: felucia.birchwood.private + ansible_become_password: "{{ become_felucia }}" sullust: ansible_host: 127.0.0.1 ansible_become_password: "{{ become_sullust }}" @@ -2795,6 +2801,7 @@ all: front: hosts: droplet: + debdrop: gate: hosts: anoat: @@ -2806,6 +2813,7 @@ all: anoat: dantooine: kessel: + ord-mantell: dvrs: hosts: dantooine: @@ -2816,15 +2824,17 @@ all: hosts: dantooine: kessel: + ord-mantell: notebooks: hosts: - endor: + felucia: sullust: builders: hosts: dantooine: - endor: + felucia: kessel: + ord-mantell: sullust: #+END_SRC diff --git a/hosts b/hosts index 45cb41e..b708040 100644 --- a/hosts +++ b/hosts @@ -7,6 +7,9 @@ all: droplet: ansible_host: 159.65.75.60 ansible_become_password: "{{ become_droplet }}" + debdrop: + ansible_host: 138.68.252.171 + ansible_become_password: "{{ become_debdrop }}" anoat: ansible_host: anoat.birchwood.private ansible_become_password: "{{ become_anoat }}" @@ -20,10 +23,13 @@ all: dantooine: ansible_host: dantooine.birchwood.private ansible_become_password: "{{ become_dantooine }}" + ord-mantell: + ansible_host: ord-mantell-w.birchwood.private + ansible_become_password: "{{ become_ord_mantell }}" # Notebooks - endor: - ansible_host: endor.birchwood.private - ansible_become_password: "{{ become_endor }}" + felucia: + ansible_host: felucia.birchwood.private + ansible_become_password: "{{ become_felucia }}" sullust: ansible_host: 127.0.0.1 ansible_become_password: "{{ become_sullust }}" @@ -37,6 +43,7 @@ all: front: hosts: droplet: + debdrop: gate: hosts: anoat: @@ -48,6 +55,7 @@ all: anoat: dantooine: kessel: + ord-mantell: dvrs: hosts: dantooine: @@ -58,13 +66,15 @@ all: hosts: dantooine: kessel: + ord-mantell: notebooks: hosts: - endor: + felucia: sullust: builders: hosts: dantooine: - endor: + felucia: kessel: + ord-mantell: sullust: