From 4bb31571c8e202090b1f7654a0594650b2934f1c Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 17 Aug 2021 22:36:10 +0200 Subject: Update hosts file for new base OS The majority of them are on Ubuntu now, except g.b.o which is running in Debian. --- baserock_hosts | 18 +++++++++--------- 1 file 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 -- cgit v1.2.1