summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-08-17 22:36:10 +0200
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-09-09 14:53:50 +0100
commit4bb31571c8e202090b1f7654a0594650b2934f1c (patch)
tree1e980c2ddd837ff32853cd549fbe861b7e2fd758
parentf9bcd5776d5a5582fc41ad19e633847e56fb46ba (diff)
downloadinfrastructure-4bb31571c8e202090b1f7654a0594650b2934f1c.tar.gz
Update hosts file for new base OS
The majority of them are on Ubuntu now, except g.b.o which is running in Debian.
-rw-r--r--baserock_hosts18
1 files changed, 9 insertions, 9 deletions
diff --git a/baserock_hosts b/baserock_hosts
index e776a497..e4795438 100644
--- a/baserock_hosts
+++ b/baserock_hosts
@@ -6,16 +6,16 @@
# machines works because the `ansible.cfg` file in the same directory redirects
# all SSH access through the frontend machine.
-[baserock]
-git ansible_ssh_host=10.3.0.14
+[debian]
+git ansible_ssh_host=10.3.0.4
-[fedora]
-frontend-haproxy ansible_ssh_host=37.153.173.19
-ostree ansible_ssh_host=10.3.0.12
+[ubuntu]
+frontend-haproxy ansible_ssh_host=89.46.80.196
webserver ansible_ssh_host=10.3.0.13
+ostree ansible_ssh_host=10.3.0.12
-[baserock:vars]
-ansible_ssh_user=root
+[debian:vars]
+ansible_ssh_user=debian
-[fedora:vars]
-ansible_ssh_user=fedora
+[ubuntu:vars]
+ansible_ssh_user=ubuntu