summaryrefslogtreecommitdiffstats
path: root/roles/openshift_ca/tasks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-18 13:44:33 -0500
committerGitHub <noreply@github.com>2017-01-18 13:44:33 -0500
commit2b73c9713cd816a6095e40e10d664eff68c8e206 (patch)
tree1bb7aa0fb99a3f8132e53a8898fbd57e171b71e1 /roles/openshift_ca/tasks
parentf133c863a0ca657b7e0c87c117428e053ac74db0 (diff)
parentc25212b12ef7f7bd785f2a476f917eb439e3600a (diff)
downloadopenshift-2b73c9713cd816a6095e40e10d664eff68c8e206.tar.gz
openshift-2b73c9713cd816a6095e40e10d664eff68c8e206.tar.bz2
openshift-2b73c9713cd816a6095e40e10d664eff68c8e206.tar.xz
openshift-2b73c9713cd816a6095e40e10d664eff68c8e206.zip
Merge pull request #3100 from abutcher/serials
Serialize cert creation in delegated commands
Diffstat (limited to 'roles/openshift_ca/tasks')
-rw-r--r--roles/openshift_ca/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_ca/tasks/main.yml b/roles/openshift_ca/tasks/main.yml
index e2a12e5ff..e21397170 100644
--- a/roles/openshift_ca/tasks/main.yml
+++ b/roles/openshift_ca/tasks/main.yml
@@ -86,7 +86,7 @@
{% for named_ca_certificate in openshift.master.named_certificates | default([]) | oo_collect('cafile') %}
--certificate-authority {{ named_ca_certificate }}
{% endfor %}
- --hostnames={{ openshift_master_hostnames | join(',') }}
+ --hostnames={{ openshift.common.all_hostnames | join(',') }}
--master={{ openshift.master.api_url }}
--public-master={{ openshift.master.public_api_url }}
--cert-dir={{ openshift_ca_config_dir }}