diff options
Diffstat (limited to 'hosts')
l---------[-rw-r--r--] | hosts | 41 |
1 files changed, 1 insertions, 40 deletions
@@ -1,40 +1 @@ -# 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 -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 - -[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 - -[ubuntu] -paste.baserock.org ansible_ssh_host=192.168.222.6 -#testgerrit.baserock.org ansible_ssh_host=192.168.222.46 - - -[baserock:vars] -ansible_ssh_user=root - -[ubuntu:vars] -ansible_ssh_user=ubuntu - -[fedora:vars] -ansible_ssh_user=fedora +baserock_hosts
\ No newline at end of file |