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-08-17 22:36:10 +0200
commitc3038e8f6154b132b12ea213a7f42b0a2f327da5 (patch)
tree2dd542792873e0386d8f796de4caafe897dc30fa
parent4fb3e607341569948e9333a298ad886e8f129696 (diff)
downloadinfrastructure-c3038e8f6154b132b12ea213a7f42b0a2f327da5.tar.gz
wip hosts file
-rw-r--r--baserock_hosts7
1 files changed, 6 insertions, 1 deletions
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