diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-03 10:28:27 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-03 10:28:27 -0500 |
commit | b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7 (patch) | |
tree | 7030d78350e73b0f8da299063db025acdcd44e36 /roles/openshift_master_certificates | |
parent | db7493a96f7e9d19360b5f386add33a857b5f738 (diff) | |
parent | 5f9d5f11ddb2285d75281025d3fe039536d43bd9 (diff) | |
download | openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.tar.gz openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.tar.bz2 openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.tar.xz openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.zip |
Merge pull request #609 from sdodson/add-all-hostnames
Add all the possible servicenames to openshift_all_hostnames
Diffstat (limited to 'roles/openshift_master_certificates')
-rw-r--r-- | roles/openshift_master_certificates/tasks/main.yml | 2 |
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: > |