From 3d276443bccfe61817e8f354dfe253369d3625d0 Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Mon, 30 Sep 2024 06:58:05 +1000 Subject: [PATCH] New dev_webservers host --- deploy/ansible/hosts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/ansible/hosts b/deploy/ansible/hosts index 52e97fbb..621d02e8 100644 --- a/deploy/ansible/hosts +++ b/deploy/ansible/hosts @@ -1,5 +1,6 @@ [webservers] -site.usegalaxy.org.au ansible_connection=ssh ansible_user=ubuntu +site.usegalaxy.org.au ansible_connection=ssh ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/galaxy [dev_webservers] -dev-site.gvl.org.au ansible_connection=ssh ansible_user=ubuntu +# dev-site.gvl.org.au ansible_connection=ssh ansible_user=ubuntu +gms.neoformit.com ansible_connection=ssh ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/galaxy