diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-08-25 14:40:08 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:57:22 -0500 |
commit | ac0f4cb56e1469e9033e3a218265bc70f774624d (patch) | |
tree | ef752e894c17dfae7f3bd1b1cf87e2209925b4ca /roles/openshift_master_ca | |
parent | 18c877db73dcb63b1402322fe8352505006e4985 (diff) | |
download | openshift-ac0f4cb56e1469e9033e3a218265bc70f774624d.tar.gz openshift-ac0f4cb56e1469e9033e3a218265bc70f774624d.tar.bz2 openshift-ac0f4cb56e1469e9033e3a218265bc70f774624d.tar.xz openshift-ac0f4cb56e1469e9033e3a218265bc70f774624d.zip |
more tweaks
Diffstat (limited to 'roles/openshift_master_ca')
-rw-r--r-- | roles/openshift_master_ca/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master_ca/tasks/main.yml b/roles/openshift_master_ca/tasks/main.yml index abb0f8252..0738048d3 100644 --- a/roles/openshift_master_ca/tasks/main.yml +++ b/roles/openshift_master_ca/tasks/main.yml @@ -14,7 +14,7 @@ - name: Create the master certificates if they do not already exist command: > {{ openshift.common.admin_binary }} create-master-certs - --hostnames={{ openshift.common.all_hostnames | join(',') }} + --hostnames={{ master_hostnames | join(',') }} --master={{ openshift.master.api_url }} --public-master={{ openshift.master.public_api_url }} --cert-dir={{ openshift_master_config_dir }} --overwrite=false |