From 59347df9abfb44134a60e283f1f9954cefa644f7 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 22 Oct 2024 09:43:10 -0700 Subject: [PATCH] Replace Geonosis with Sullust, Matt's new Framework Laptop. --- README.org | 15 +++++++-------- hosts | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.org b/README.org index 1288ffa..da59a20 100644 --- a/README.org +++ b/README.org @@ -2909,14 +2909,13 @@ all: # Notebooks endor: ansible_become_password: "{{ become_endor }}" - geonosis: + sullust: ansible_host: 127.0.0.1 - ansible_user: matt - ansible_become_password: "{{ become_geonosis }}" + ansible_become_password: "{{ become_sullust }}" postfix_mydestination: >- - geonosis.birchwood.private - geonosis - geonosis.localdomain + sullust.birchwood.private + sullust + sullust.localdomain localhost.localdomain localhost children: @@ -2949,10 +2948,10 @@ all: notebooks: hosts: endor: - geonosis: + sullust: builders: hosts: - geonosis: + sullust: kamino: #+END_SRC diff --git a/hosts b/hosts index 8346a7b..27a80d3 100644 --- a/hosts +++ b/hosts @@ -21,14 +21,13 @@ all: # Notebooks endor: ansible_become_password: "{{ become_endor }}" - geonosis: + sullust: ansible_host: 127.0.0.1 - ansible_user: matt - ansible_become_password: "{{ become_geonosis }}" + ansible_become_password: "{{ become_sullust }}" postfix_mydestination: >- - geonosis.birchwood.private - geonosis - geonosis.localdomain + sullust.birchwood.private + sullust + sullust.localdomain localhost.localdomain localhost children: @@ -61,8 +60,8 @@ all: notebooks: hosts: endor: - geonosis: + sullust: builders: hosts: - geonosis: + sullust: kamino: -- 2.25.1