From 32086cc5f298f8914e395f9eb54b2baf4f5f6f4f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 26 Jan 2015 14:02:44 +0000 Subject: 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. --- hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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] -- cgit v1.2.1