summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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