diff options
author | binary <me@rgoncalves.se> | 2020-12-27 12:22:59 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-27 12:22:59 +0100 |
commit | 2e60bc4a0a465df5068c0c541fb19df9b3d4c846 (patch) | |
tree | 23e8c21be848105138ee2e4a0b5037fe9b22ddf2 | |
parent | 5f6043cf14f34db40d350188ae40b7e7f7a40b81 (diff) | |
download | infrastructure-2e60bc4a0a465df5068c0c541fb19df9b3d4c846.tar.gz |
Sync keys and config with new hostname
-rw-r--r-- | files/pubkeys/ws-think01.pub | 2 | ||||
-rw-r--r-- | host_vars/bentonite.yml | 6 | ||||
-rw-r--r-- | host_vars/graphite.yml | 6 | ||||
-rw-r--r-- | inventory.ini | 5 |
4 files changed, 4 insertions, 15 deletions
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 |