summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-26 14:02:44 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-26 15:18:33 +0000
commit32086cc5f298f8914e395f9eb54b2baf4f5f6f4f (patch)
treeefb3f19afa80b6ee079260aa45607fd5fd467dd0 /hosts
parentd5711ed1063fb5a24661b55403b38d9bd3863fde (diff)
downloadinfrastructure-32086cc5f298f8914e395f9eb54b2baf4f5f6f4f.tar.gz
openid_provider: Get ready for production!
This includes some tweaks to how deployment is done. There is now an 'instance configuration' stage, where an Ansible playbook injects instance-specific info like the database password into the machine, and runs database migrations. It makes sense for this to be a separate stage because it may need to be re-executed during the lifetime of the instance, for example if the database passwords change.
Diffstat (limited to 'hosts')
-rw-r--r--hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts b/hosts
index 13b8d9f4..690e6677 100644
--- a/hosts
+++ b/hosts
@@ -18,7 +18,7 @@ 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
+openid.baserock.org ansible_ssh_host=192.168.222.67
storyboard.baserock.org ansible_ssh_host=192.168.222.40
[ubuntu]