From 2e60bc4a0a465df5068c0c541fb19df9b3d4c846 Mon Sep 17 00:00:00 2001 From: binary Date: Sun, 27 Dec 2020 12:22:59 +0100 Subject: Sync keys and config with new hostname --- files/pubkeys/ws-think01.pub | 2 +- host_vars/bentonite.yml | 6 ------ host_vars/graphite.yml | 6 ------ inventory.ini | 5 +++-- 4 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 host_vars/bentonite.yml delete mode 100644 host_vars/graphite.yml diff --git a/files/pubkeys/ws-think01.pub b/files/pubkeys/ws-think01.pub index 9c1c026..b9fb48f 100644 --- a/files/pubkeys/ws-think01.pub +++ b/files/pubkeys/ws-think01.pub @@ -1,2 +1,2 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDM901+lS7bV59ONK0InKZDUKiy0PwT2qn01jdk5ipx qwmd@ws-xps01.rgoncalves.se +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3Hc8ztY/vNTCWf2Bh2JNA4MnQsepsIBWpoiOq4fD4J qwmd@ws-xps01.rgoncalves.se diff --git a/host_vars/bentonite.yml b/host_vars/bentonite.yml deleted file mode 100644 index d615df9..0000000 --- a/host_vars/bentonite.yml +++ /dev/null @@ -1,6 +0,0 @@ -ansible_host: bentonite -ip: - in: 10.10.0.81 - out: 192.168.5.81 - -virtual: false diff --git a/host_vars/graphite.yml b/host_vars/graphite.yml deleted file mode 100644 index 7ee35ed..0000000 --- a/host_vars/graphite.yml +++ /dev/null @@ -1,6 +0,0 @@ -ansible_host: graphite -ip: - in: 10.10.0.80 - out: 192.168.5.80 - -virtual: false diff --git a/inventory.ini b/inventory.ini index 90ffc13..effd53b 100644 --- a/inventory.ini +++ b/inventory.ini @@ -28,8 +28,9 @@ freebsd openbsd [client] -bentonite -graphite +ws-bentonite +ws-think01 +ws-xps01 guest0 guest1 guest2 -- cgit v1.2.3