From c3038e8f6154b132b12ea213a7f42b0a2f327da5 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 17 Aug 2021 22:36:10 +0200 Subject: wip hosts file --- baserock_hosts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/baserock_hosts b/baserock_hosts index e776a497..4e0a981f 100644 --- a/baserock_hosts +++ b/baserock_hosts @@ -9,8 +9,10 @@ [baserock] git ansible_ssh_host=10.3.0.14 +[ubuntu] +frontend-haproxy ansible_ssh_host=89.46.80.196 + [fedora] -frontend-haproxy ansible_ssh_host=37.153.173.19 ostree ansible_ssh_host=10.3.0.12 webserver ansible_ssh_host=10.3.0.13 @@ -19,3 +21,6 @@ ansible_ssh_user=root [fedora:vars] ansible_ssh_user=fedora + +[ubuntu:vars] +ansible_ssh_user=ubuntu -- cgit v1.2.1