summaryrefslogtreecommitdiff
path: root/baserock_hosts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-17 18:21:20 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-17 18:53:25 +0000
commitb69dc4572ac29ddabd30637685242f7b5505322d (patch)
treeb24ca901409ae5ea3b21abd11fa9bc25f159fa61 /baserock_hosts
parentc80c140c345d0ba6a49148d10270873c720a297f (diff)
downloadinfrastructure-b69dc4572ac29ddabd30637685242f7b5505322d.tar.gz
Use unqualified hostnames for Ansible 'hosts'
This makes the deployment scripts a bit more generic. Now, if I want to deploy 'gerrit.example.com', I don't need to fix all the places that say 'hosts: gerrit.baserock.org' to say 'hosts: gerrit.example.com' instead.
Diffstat (limited to 'baserock_hosts')
-rw-r--r--baserock_hosts23
1 files changed, 11 insertions, 12 deletions
diff --git a/baserock_hosts b/baserock_hosts
index 0101909f..03556251 100644
--- a/baserock_hosts
+++ b/baserock_hosts
@@ -8,26 +8,25 @@
[baserock]
baserock-mason-x86-64 ansible_ssh_host=192.168.222.48
-cache.baserock.org ansible_ssh_host=192.168.222.14
+cache ansible_ssh_host=192.168.222.14
devel-system-64b ansible_ssh_host=192.168.222.41
firehose ansible_ssh_host=192.168.222.45
-gerrit.baserock.org ansible_ssh_host=192.168.222.69
-git.baserock.org ansible_ssh_host=192.168.222.58
-gerrit.baserock.org ansible_ssh_host=192.168.222.69
-irclogs.baserock.org ansible_ssh_host=192.168.222.74
-#mason-armv7lhf.baserock.org ansible_ssh_host=192.168.222.15
-mason-x86-32.baserock.org ansible_ssh_host=192.168.222.81
-mason-x86-64.baserock.org ansible_ssh_host=192.168.222.80
+gerrit ansible_ssh_host=192.168.222.69
+git ansible_ssh_host=192.168.222.58
+irclogs ansible_ssh_host=192.168.222.74
+#mason-armv7lhf ansible_ssh_host=192.168.222.15
+mason-x86-32 ansible_ssh_host=192.168.222.81
+mason-x86-64 ansible_ssh_host=192.168.222.80
[fedora]
frontend-haproxy ansible_ssh_host=185.43.218.170
database-mariadb ansible_ssh_host=192.168.222.30
-openid.baserock.org ansible_ssh_host=192.168.222.67
-storyboard.baserock.org ansible_ssh_host=192.168.222.40
+openid ansible_ssh_host=192.168.222.67
+storyboard ansible_ssh_host=192.168.222.40
[ubuntu]
-paste.baserock.org ansible_ssh_host=192.168.222.6
-#testgerrit.baserock.org ansible_ssh_host=192.168.222.46
+paste ansible_ssh_host=192.168.222.6
+#testgerrit ansible_ssh_host=192.168.222.46
[baserock:vars]