diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-04-26 10:57:20 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-04-26 10:57:20 -0400 |
commit | ca88d5ca2357d5342f4dbb357aa17b4164a2c18e (patch) | |
tree | e9bda4f3edd80a5cbf8546e253fe4cf4d8877371 /playbooks | |
parent | f3861404a08ba3171d8798facc07440284465be9 (diff) | |
download | openshift-ca88d5ca2357d5342f4dbb357aa17b4164a2c18e.tar.gz openshift-ca88d5ca2357d5342f4dbb357aa17b4164a2c18e.tar.bz2 openshift-ca88d5ca2357d5342f4dbb357aa17b4164a2c18e.tar.xz openshift-ca88d5ca2357d5342f4dbb357aa17b4164a2c18e.zip |
Apply openshift_common to all masters prior to creating certificates for portal_net.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 060b5aa0d..537de4f5c 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -50,6 +50,10 @@ when: openshift_hosted_metrics_resolution is not defined roles: - openshift_facts + # TODO: Remove openshift_common from this roles list once + # openshift_master_certificates uses delegate_to and is applied to + # all masters rather than just the first. + - openshift_common post_tasks: - openshift_facts: role: master |