summaryrefslogtreecommitdiff
path: root/baserock_openid_provider
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_openid_provider
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_openid_provider')
-rw-r--r--baserock_openid_provider/instance-config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_openid_provider/instance-config.yml b/baserock_openid_provider/instance-config.yml
index 600925b2..7eac185d 100644
--- a/baserock_openid_provider/instance-config.yml
+++ b/baserock_openid_provider/instance-config.yml
@@ -3,7 +3,7 @@
# This playbook should be run after starting an instance of the Baserock
# OpenID Provider image.
---
-- hosts: openid.baserock.org
+- hosts: openid
gather_facts: False
sudo: yes
tasks: