summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_certificates
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-09-23 18:13:19 -0400
committerScott Dodson <sdodson@redhat.com>2015-11-03 09:27:11 -0500
commit5f9d5f11ddb2285d75281025d3fe039536d43bd9 (patch)
tree6b0128d33567c13f009528b1cafd906536016319 /roles/openshift_master_certificates
parent94c5c1fe5c280054132077dedcc1d0b96558a91f (diff)
downloadopenshift-5f9d5f11ddb2285d75281025d3fe039536d43bd9.tar.gz
openshift-5f9d5f11ddb2285d75281025d3fe039536d43bd9.tar.bz2
openshift-5f9d5f11ddb2285d75281025d3fe039536d43bd9.tar.xz
openshift-5f9d5f11ddb2285d75281025d3fe039536d43bd9.zip
Add all the possible servicenames to openshift_all_hostnames for masters
Diffstat (limited to 'roles/openshift_master_certificates')
-rw-r--r--roles/openshift_master_certificates/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_master_certificates/tasks/main.yml b/roles/openshift_master_certificates/tasks/main.yml
index e4602337e..4b39b043a 100644
--- a/roles/openshift_master_certificates/tasks/main.yml
+++ b/roles/openshift_master_certificates/tasks/main.yml
@@ -34,6 +34,8 @@
- serviceaccounts.private.key
- serviceaccounts.public.key
+- debug: msg="{{ item.openshift.master.all_hostnames | join (',') }}"
+ with_items: masters_needing_certs
- name: Create the master certificates if they do not already exist
command: >