From: Matt Birkholz Date: Sun, 11 Jan 2026 21:42:11 +0000 (-0700) Subject: Swap Droplets! X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e8b1515ddbff6bf9577010e2a65a488023e9624b;p=Network.git Swap Droplets! Debdrop became Droplet and the old Ubuntu Droplet was destroyed. The name ~ord-mantell~ was also changed to reflect its new home on the cloister Ethernet. --- diff --git a/README.org b/README.org index d4b5ddc..ab7d358 100644 --- a/README.org +++ b/README.org @@ -89,7 +89,7 @@ domain_name: birchwood-abbey.net full_name: Birchwood Abbey -front_addr: 159.65.75.60 +front_addr: 138.68.252.171 #+END_SRC The abbey's private institutional parameters are in @@ -2770,11 +2770,8 @@ all: hosts: # The Main Servers: Front, Gate and Core. droplet: - ansible_host: 159.65.75.60 - ansible_become_password: "{{ become_droplet }}" - debdrop: ansible_host: 138.68.252.171 - ansible_become_password: "{{ become_debdrop }}" + ansible_become_password: "{{ become_droplet }}" anoat: ansible_host: anoat.birchwood.private ansible_become_password: "{{ become_anoat }}" @@ -2789,7 +2786,7 @@ all: ansible_host: dantooine.birchwood.private ansible_become_password: "{{ become_dantooine }}" ord-mantell: - ansible_host: ord-mantell-w.birchwood.private + ansible_host: ord-mantell.birchwood.private ansible_become_password: "{{ become_ord_mantell }}" # Notebooks felucia: @@ -2808,7 +2805,6 @@ all: front: hosts: droplet: - debdrop: gate: hosts: anoat: diff --git a/hosts b/hosts index b708040..23df753 100644 --- a/hosts +++ b/hosts @@ -5,11 +5,8 @@ all: hosts: # The Main Servers: Front, Gate and Core. droplet: - ansible_host: 159.65.75.60 - ansible_become_password: "{{ become_droplet }}" - debdrop: ansible_host: 138.68.252.171 - ansible_become_password: "{{ become_debdrop }}" + ansible_become_password: "{{ become_droplet }}" anoat: ansible_host: anoat.birchwood.private ansible_become_password: "{{ become_anoat }}" @@ -24,7 +21,7 @@ all: ansible_host: dantooine.birchwood.private ansible_become_password: "{{ become_dantooine }}" ord-mantell: - ansible_host: ord-mantell-w.birchwood.private + ansible_host: ord-mantell.birchwood.private ansible_become_password: "{{ become_ord_mantell }}" # Notebooks felucia: @@ -43,7 +40,6 @@ all: front: hosts: droplet: - debdrop: gate: hosts: anoat: diff --git a/public/vars.yml b/public/vars.yml index ca2a363..dc23ac6 100644 --- a/public/vars.yml +++ b/public/vars.yml @@ -3,4 +3,4 @@ domain_name: birchwood-abbey.net full_name: Birchwood Abbey -front_addr: 159.65.75.60 +front_addr: 138.68.252.171