diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 48d027b8ae..371559e501 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -205,11 +205,6 @@ openshift_ansible_version: "openshift-ansible-3.3.57-1", openshift_cluster_masters_group: "osbs-masters-stg", openshift_cluster_nodes_group: "osbs-nodes-stg", - openshift_named_certificates: [{ - cert_file: "named_certificates/{{osbs_url}}.pem", - key_file: "named_certificates/{{osbs_url}}.key", - names: [ "{{osbs_url}}" ], - }], when: env == 'staging', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] } @@ -224,11 +219,6 @@ openshift_ansible_version: "openshift-ansible-3.3.57-1", openshift_cluster_masters_group: "osbs-masters", openshift_cluster_nodes_group: "osbs-nodes", - openshift_named_certificates: [{ - cert_file: "named_certificates/{{osbs_url}}.pem", - key_file: "named_certificates/{{osbs_url}}.key", - names: [ "{{osbs_url}}" ], - }], when: env == 'production', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }