summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-09 16:07:40 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-09 16:07:40 +0000
commit84b9cc1b8e26f2799879f57226c0bcb11bd8b7b6 (patch)
treef1ea27a39b9ee8f9721df16a923944deac33a366 /hosts
parente3b5746f8064819bae40e900763bc2c2df77d376 (diff)
downloadinfrastructure-84b9cc1b8e26f2799879f57226c0bcb11bd8b7b6.tar.gz
Allow administrating all baserock.org systems using Ansible
Diffstat (limited to 'hosts')
-rw-r--r--hosts38
1 files changed, 38 insertions, 0 deletions
diff --git a/hosts b/hosts
new file mode 100644
index 00000000..13b8d9f4
--- /dev/null
+++ b/hosts
@@ -0,0 +1,38 @@
+# Ansible hosts file for Baserock infrastructure.
+# See: <http://docs.ansible.com/intro_inventory.html>.
+
+# We don't have DNS working for instances in the OpenStack cloud we use, which
+# makes this file a lot more fiddly than it would be otherwise. Access to these
+# machines works because the `ansible.cfg` file in the same directory redirects
+# all SSH access through the frontend machine.
+
+[baserock]
+baserock-mason-x86-64 ansible_ssh_host=192.168.222.48
+cache.baserock.org ansible_ssh_host=192.168.222.14
+#devel-system-64b ansible_ssh_host=192.168.222.41 (off)
+firehose ansible_ssh_host=192.168.222.45
+git.baserock.org ansible_ssh_host=192.168.222.58
+mason-armv7lhf.baserock.org ansible_ssh_host=192.168.222.15
+mason-x86-64.baserock.org ansible_ssh_host=192.168.222.13
+
+[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.39
+storyboard.baserock.org 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
+testirclogs.baserock.org ansible_ssh_host=192.168.222.11
+#gerrit.baserock.org-test ansible_ssh_host=192.168.222.44 # (off)
+
+
+[baserock:vars]
+ansible_ssh_user=root
+
+[ubuntu:vars]
+ansible_ssh_user=ubuntu
+
+[fedora:vars]
+ansible_ssh_user=fedora